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,
|
deprecated-method,
|
||||||
anomalous-unicode-escape-in-string,
|
anomalous-unicode-escape-in-string,
|
||||||
anomalous-backslash-in-string,
|
anomalous-backslash-in-string,
|
||||||
#bad-indentation
|
bad-indentation
|
||||||
[REPORTS]
|
[REPORTS]
|
||||||
reports=no
|
reports=no
|
||||||
[TYPECHECK]
|
[TYPECHECK]
|
||||||
|
|
Loading…
Reference in New Issue