Commit graph

7 commits

Author SHA1 Message Date
Marco Ferrari
a0cf6b5c25
fix: rely on default pylint configuration (#5252)
Remove configuration values from pylint configuration file in case they
match with their defaults.

Fix #5220.
2024-02-12 18:29:50 +00:00
William-Luo0
e9e9743422
Update pylint disable rules (#3182)
Adds back import-error to the pylint disable rules.
2022-08-02 10:29:50 -05:00
Stephen Abbene
f0a07fdc80
Remove disabled pylint checks from config file to work with pylint 2.14.1 (#3038)
* update pylint config file to work with pylint 2.14.1

* update templay pylint config file with checks removed by pylint 2.14.1

Co-authored-by: Stephen Abbene <sabbene@nvidia.com>
2022-06-16 15:12:16 -05:00
Marco Ferrari
7862654394 Fix editorconfig-checker errors 2020-11-05 23:21:41 +01:00
Jared Murrell
0680dd9969
added import-error to the pylint disable rules 2020-09-04 09:22:06 -04:00
Drew Ayling
d155ff2a3c Fix honoring pylint config file
The pylint config file is correctly being applied to
the pylint command, however, the `-E` flag is actually
not honoring any of the disabled messages in the
`.python-lint` file. By making this change to the
default lint file only the errors are output as expected
but honoring the disabled messages. Also, disable the score
as the -E flag also does.
2020-06-26 17:13:24 -06:00
Lucas Gravley
518dca2ff4 cleanup of scripts 2019-10-22 12:21:42 -05:00
Renamed from TEMPLATES/pylintrc (Browse further)