mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
Remove tab check from validate-modules.
It is redundant with the pycodestyle W191 "indentation contains tabs" check.
This commit is contained in:
parent
db195831fd
commit
8d39515914
2 changed files with 0 additions and 15 deletions
|
@ -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
|
||||
..
|
||||
--------- -------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue