pylintrc_travis: Add check for bad-indentation, fix issues in misra.py (#2349)

This commit is contained in:
Sebastian 2019-11-11 13:53:19 +01:00 committed by GitHub
parent 02adb60f08
commit 1daf076d63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 18 deletions

View File

@ -12,7 +12,7 @@ enable=mixed-indentation,
deprecated-method,
anomalous-unicode-escape-in-string,
anomalous-backslash-in-string,
#bad-indentation
bad-indentation
[REPORTS]
reports=no
[TYPECHECK]