-
-
Notifications
You must be signed in to change notification settings - Fork 238
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
Pylint: Unrecognized option found: no-space-check #1923
Comments
According to the Pylint 2.6 release notes:
|
Sure, but megalinter shouldn't error on this? I'm just using vanilla megalinter...this seems like a megalinter bug? |
@Kurt-von-Laven as we deliver a default .pylintrc file, shouldn't we remove |
Maybe have a reminder of pylint's breaking change in the release notes for now, while a complete solution is made. It might be useful for repos where they have a customized config file or customized .pylintrc file, which we shouldn't change. |
This specific issue seems like a one line fix? I personally don’t think MegaLinter ought to be in the business of “redocumenting” our dependencies. We already have this issue thread in this case, and someone with questions about linters that don’t pertain to MegaLinter directly is likely going to be better served by going directly to the source. |
Sorry, I might not have been following for long enough to remember that case, even if I am subscribed to all activity on this repo for a little while. Thanks for the feedback! |
I think the ones that could play more fair is... pylint that does not respect SEMVER :) SEMVER means |
Oh, I was merely referring to the thread we are currently having this discussion on. I think someone encountering the error in question who searches for |
Running
oxsecurity/megalinter-python:v6.11.0
off docker. Hitting:❌ Linted [PYTHON] files with [pylint]: Found 3 error(s) - (6.65s) - Using [pylint v2.15.3] https://oxsecurity.github.io/megalinter/6.11.0/descriptors/python_pylint - MegaLinter key: [PYTHON_PYLINT] - Rules config: [.pylintrc] - Number of files analyzed: [2] --Error detail: ************* Module /action/lib/.automation/.pylintrc /action/lib/.automation/.pylintrc:1:0: E0015: Unrecognized option found: no-space-check (unrecognized-option)
Thank you as always!!
The text was updated successfully, but these errors were encountered: