pylintrc_travis: Add check for bad-indentation, fix issues in misra.py (#2349)
This commit is contained in:
parent
02adb60f08
commit
1daf076d63
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue