Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test for class object Processor #2228

Draft
wants to merge 1 commit into
base: v0.6
Choose a base branch
from

Test for class object Processor

3073ef1
Select commit
Loading
Failed to load commit list.
Draft

Test for class object Processor #2228

Test for class object Processor
3073ef1
Select commit
Loading
Failed to load commit list.
PyBitmessage Code Quality Checks / Code Quality - pylint failed May 22, 2024 in 1m 11s

Code quality check completed

pylint check complete: 0 fixed, 7 new, 657 remaining

Annotations

Check warning on line 8 in src/mockbm/class_objectProcessor.py

See this annotation in the file changed.

@pybitmessage-code-quality-checks pybitmessage-code-quality-checks / Code Quality - pylint

W0613 / unused-argument

Unused argument 'args'

Check warning on line 12 in src/mockbm/class_objectProcessor.py

See this annotation in the file changed.

@pybitmessage-code-quality-checks pybitmessage-code-quality-checks / Code Quality - pylint

W0613 / unused-argument

Unused argument 'args'

Check notice on line 4 in src/mockbm/class_objectProcessor.py

See this annotation in the file changed.

@pybitmessage-code-quality-checks pybitmessage-code-quality-checks / Code Quality - pylint

C0111 / missing-docstring

Missing function docstring

Check notice on line 8 in src/mockbm/class_objectProcessor.py

See this annotation in the file changed.

@pybitmessage-code-quality-checks pybitmessage-code-quality-checks / Code Quality - pylint

C0111 / missing-docstring

Missing function docstring

Check notice on line 12 in src/mockbm/class_objectProcessor.py

See this annotation in the file changed.

@pybitmessage-code-quality-checks pybitmessage-code-quality-checks / Code Quality - pylint

C0111 / missing-docstring

Missing function docstring

Check warning on line 19 in src/mockbm/class_objectProcessor.py

See this annotation in the file changed.

@pybitmessage-code-quality-checks pybitmessage-code-quality-checks / Code Quality - pylint

W0613 / unused-argument

Unused argument 'time'

Check notice on line 16 in src/mockbm/class_objectProcessor.py

See this annotation in the file changed.

@pybitmessage-code-quality-checks pybitmessage-code-quality-checks / Code Quality - pylint

R0903 / too-few-public-methods

Too few public methods (1/2)