added unnecessary-dunder-call to pylintrc files; disabled for certain lines (#655)
in run_tests.py, exception thrown by 'git remote add origin' when the remote already exists will not exit Signed-off-by: Mark Cohen <markcoh@amazon.com>
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
[MESSAGES CONTROL]
|
||||
disable=all
|
||||
enable=line-too-long,invalid-name,pointless-statement,unspecified-encoding,
|
||||
missing-function-docstring,missing-param-doc,differing-param-doc
|
||||
enable=line-too-long,
|
||||
invalid-name,
|
||||
pointless-statement,
|
||||
unspecified-encoding,
|
||||
missing-function-docstring,
|
||||
missing-param-doc,
|
||||
differing-param-doc,
|
||||
unnecessary-dunder-call
|
||||
max-line-length=240
|
||||
good-names-rgxs=^[_a-z][_a-z0-9]?$
|
||||
|
||||
|
||||
Reference in New Issue
Block a user