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

Change in super-linter fail-under from 9.0 to 10. #285

Open
ArekKuczynski opened this issue Aug 6, 2024 · 0 comments
Open

Change in super-linter fail-under from 9.0 to 10. #285

ArekKuczynski opened this issue Aug 6, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ArekKuczynski
Copy link
Collaborator

After fixing enough errors related to the coding standards we should set fail-under back to the 10 in .python-lint file.
Some Pylint codes requires changes to the code, and others perhaps adjustments to the configuration file (.python-lint) like:
R1702-[too-many-nested-blocks],
R0912-[too-many-branches],
R0915-[too-many-statements],
R0904-[too-many-public-methods],
R0902-[too-many-instance-attributes],
R0903-[too-few-public-methods],
etc.

Some codes appear in small numbers (3 for example) and the larger ones have been mentioned in issues:
#275, #276, #277, #278, #279, #280, #281, #282, #283, #284

@ArekKuczynski ArekKuczynski added the enhancement New feature or request label Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant