diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2015-12-14 17:56:33 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2015-12-16 17:25:28 +0200 |
commit | 60b5ced178bb7cf1ea1ebacd81f9bdc37c29d707 (patch) | |
tree | 9e51a856815524937d20839c93d3184572d48154 /pylintrc | |
parent | e7c61846dd0b1e9adc2ec1f5d8c03e733deb1410 (diff) | |
download | pylint-git-60b5ced178bb7cf1ea1ebacd81f9bdc37c29d707.tar.gz |
Basic travis support.
Some of the pylint errors were also removed.
Diffstat (limited to 'pylintrc')
-rw-r--r-- | pylintrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -59,7 +59,9 @@ disable=invalid-name,protected-access,fixme,too-many-branches, import-error,too-many-lines,too-many-instance-attributes, too-many-public-methods,duplicate-code,broad-except, redefined-builtin,anomalous-backslash-in-string, - missing-docstring,no-member,bad-builtin + missing-docstring,no-member,bad-builtin, + # Crashes, see #743. + redefined-variable-type [REPORTS] |