pylint enabled but still many warnings ignored in the GA workflow
Here is a list of warnings still disabled:
PySDM .py files:
- [ ] invalid-name
- [ ] missing-function-docstring
- [ ] missing-class-docstring
- [x] missing-module-docstring
- [x] too-many-arguments
- [x] too-many-locals
- [x] too-many-instance-attributes
- [x] too-few-public-methods
- [ ] protected-access
- [x] too-many-statements
- [x] unused-argument
- [ ] duplicate-code
- [x] too-many-branches
- [x] cyclic-import
PySDM-examples .py files:
- [ ] too-many-function-args
- [ ] unsubscriptable-object
- [ ] consider-using-with
- [ ] protected-access
- [ ] too-many-statements
- [ ] too-many-public-methods
- [ ] too-many-branches
- [ ] duplicate-code
- [ ] invalid-name
- [ ] missing-function-docstring
- [ ] missing-module-docstring
- [ ] missing-class-docstring
- [ ] too-many-locals
- [ ] too-many-instance-attributes
- [ ] too-few-public-methods
- [ ] too-many-arguments
PySDM-examples .ipynb files:
- [ ] duplicate-code
- [ ] invalid-name
- [ ] trailing-whitespace
- [ ] line-too-long
- [ ] missing-function-docstring
- [ ] wrong-import-position
- [ ] missing-module-docstring
- [ ] wrong-import-order
- [ ] ungrouped-imports
- [ ] no-member
- [ ] too-many-locals
- [x] redefined-outer-name
- [ ] unnecessary-lambda-assignment
let's not try to enforce trailing-whitespace for notebooks!
Stale issue message
Stale issue message
Stale issue message
Stale issue message
Stale issue message
Stale issue message
Stale issue message
Stale issue message
Stale issue message
Stale issue message
Stale issue message
Stale issue message