Total OOP overhaul and unittesting #55
Annotations
10 errors and 1 warning
Analysing the code with pylint:
src/config.py#L32
R0902: Too many instance attributes (11/7) (too-many-instance-attributes)
|
Analysing the code with pylint:
src/dated_entries_group.py#L40
R0903: Too few public methods (1/2) (too-few-public-methods)
|
Analysing the code with pylint:
src/dated_entries_group.py#L89
R1710: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements)
|
Analysing the code with pylint:
src/dated_entry.py#L115
R0903: Too few public methods (1/2) (too-few-public-methods)
|
Analysing the code with pylint:
src/dated_entry.py#L123
R0903: Too few public methods (1/2) (too-few-public-methods)
|
Analysing the code with pylint:
src/dated_entry.py#L175
R0913: Too many arguments (7/5) (too-many-arguments)
|
Analysing the code with pylint:
src/dated_entry.py#L191
W0238: Unused private member `DatedEntry.__logger` (unused-private-member)
|
Analysing the code with pylint:
src/entry/mood.py#L10
R0903: Too few public methods (1/2) (too-few-public-methods)
|
Analysing the code with pylint:
src/entry/mood.py#L101
C0201: Consider iterating the dictionary directly instead of calling .keys() (consider-iterating-dictionary)
|
Analysing the code with pylint:
src/entry/mood.py#L178
R1710: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements)
|
Run actions/setup-python@v5
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
The logs for this run have expired and are no longer available.
Loading