diff options
author | Matt Clay <matt@mystile.com> | 2018-05-21 13:54:15 -0700 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2018-05-21 14:45:19 -0700 |
commit | 8d395159148392828e0890459678d0bacb6d4b3c (patch) | |
tree | 603c96067a009d07373b8cd64223b42cff49105c /docs | |
parent | db195831fda8f644f8e4b3085d19102e7d3586ea (diff) | |
download | ansible-8d395159148392828e0890459678d0bacb6d4b3c.tar.gz |
Remove tab check from validate-modules.
It is redundant with the pycodestyle W191 "indentation contains tabs" check.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docsite/rst/dev_guide/testing_validate-modules.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/docsite/rst/dev_guide/testing_validate-modules.rst b/docs/docsite/rst/dev_guide/testing_validate-modules.rst index 0c1640a5e5..c56169832a 100644 --- a/docs/docsite/rst/dev_guide/testing_validate-modules.rst +++ b/docs/docsite/rst/dev_guide/testing_validate-modules.rst @@ -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 .. --------- ------------------- |