howdoi icon indicating copy to clipboard operation
howdoi copied to clipboard

Review disabled pylint rules

Open gleitz opened this issue 4 years ago • 1 comments

disable=wrong-import-position,missing-docstring,missing-class-docstring,missing-function-docstring

Perhaps these should be enabled and fixed in the core codebase (adding docstrings, for example).

https://github.com/gleitz/howdoi/blob/master/.github/workflows/python-non-master.yml

gleitz avatar Feb 19 '21 17:02 gleitz

Maybe this and #336 could be one PR?

gmelodie avatar Feb 19 '21 20:02 gmelodie