Pylint report

Report generated on 2022-10-12 at 09:28:26 using pylint-report

Score: 0.00 / 10

Module: resources.__init__ (1)


symbol # msg
trailing-newlines 1
type # msg
convention 1
line column symbol type obj message
0 1 0 trailing-newlines convention Trailing newlines

Module: resources.linting_problems (16)


symbol # msg
attribute-defined-outside-init 1
f-string-without-interpolation 1
import-outside-toplevel 1
missing-class-docstring 1
missing-function-docstring 3
missing-module-docstring 1
no-else-return 1
too-few-public-methods 1
unused-argument 2
unused-import 3
using-constant-test 1
type # msg
convention 6
refactor 2
warning 8
line column symbol type obj message
0 1 0 missing-module-docstring convention Missing module docstring
1 1 0 unused-import warning Unused import os
2 2 0 unused-import warning Unused Path imported from pathlib
3 5 0 missing-function-docstring convention f Missing function or method docstring
4 5 6 unused-argument warning f Unused argument 'a'
5 5 9 unused-argument warning f Unused argument 'b'
6 6 4 no-else-return refactor f Unnecessary "else" after "return", remove the "else" and de-indent the code inside it
7 6 7 using-constant-test warning f Using a conditional statement with a constant value
8 12 0 missing-class-docstring convention C Missing class docstring
9 12 0 too-few-public-methods refactor C Too few public methods (1/2)
10 16 4 missing-function-docstring convention C.f Missing function or method docstring
11 17 8 import-outside-toplevel convention C.f Import outside toplevel (math)
12 17 8 unused-import warning C.f Unused import math
13 19 8 attribute-defined-outside-init warning C.f Attribute 'b' defined outside __init__
14 22 0 missing-function-docstring convention g Missing function or method docstring
15 23 11 f-string-without-interpolation warning g Using an f-string that does not have any interpolated variables

Module: resources.more_problems (6)


symbol # msg
import-error 1
missing-function-docstring 2
missing-module-docstring 1
undefined-variable 1
unused-variable 1
type # msg
convention 3
error 2
warning 1
line column symbol type obj message
0 1 0 missing-module-docstring convention Missing module docstring
1 1 0 import-error error Unable to import 'unknown'
2 4 0 missing-function-docstring convention f Missing function or method docstring
3 8 0 missing-function-docstring convention g Missing function or method docstring
4 9 4 unused-variable warning g Unused variable 'z'
5 9 8 undefined-variable error g Undefined variable 's'