mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Remove tab check from validate-modules.
It is redundant with the pycodestyle W191 "indentation contains tabs" check.
This commit is contained in:
@@ -121,7 +121,6 @@ Errors
|
||||
--------- -------------------
|
||||
**4xx** **Syntax**
|
||||
401 Python ``SyntaxError`` while parsing module
|
||||
402 Indentation contains tabs
|
||||
403 Type comparison using ``type()`` found. Use ``isinstance()`` instead
|
||||
..
|
||||
--------- -------------------
|
||||
|
||||
Reference in New Issue
Block a user