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

fix: remove useless and unknown Pylint options #247

Conversation

lvaylet
Copy link
Collaborator

@lvaylet lvaylet commented Sep 30, 2022

I removed both useless and unknown options, as reported by the output of make lint.

I also confirmed the output is the same as running pylint without pointing to .pylintrc (i.e. with find ./"slo_generator" ./tests -name \*.py | xargs pylint --ignore-patterns=test_.*?py).

@lvaylet lvaylet requested a review from ocervell September 30, 2022 21:11
@lvaylet lvaylet self-assigned this Sep 30, 2022
@lvaylet lvaylet linked an issue Sep 30, 2022 that may be closed by this pull request
@lvaylet lvaylet merged commit 5053251 into master Oct 1, 2022
@lvaylet lvaylet deleted the 246-make-lint-shows-a-lot-of-errors-for-useless-removed-options branch October 1, 2022 06:28
lvaylet added a commit that referenced this pull request Nov 25, 2022
* remove useless and unknown options

* add default, arbitrary timeout to POST requests to fix Pylint check W3101

* split long line + reformat file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make lint shows a lot of errors for useless, removed options
1 participant