ansible/test/sanity/pep8
Adrian Likins 7278308ca2 Redhat subscription (#20729)
* Make unused redhat_subscriptions do something

rhsm_baseurl/server_insecure were module params that were
never used previously. Hook them up for register options.

* pep8/style cleanups
* Set a module scope SUBMAN_CMD before we ref it as a global
* move ansible imports to top, remove '*' imports
* remove redhat_subscriptions from pep8 legacy
2017-02-07 12:07:01 -05:00
..
current-ignore.txt Add pep8 to ansible-test. (#20745) 2017-01-27 12:34:00 -08:00
legacy-files.txt Redhat subscription (#20729) 2017-02-07 12:07:01 -05:00
legacy-ignore.txt PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
README.md Add pep8 to ansible-test. (#20745) 2017-01-27 12:34:00 -08:00
skip.txt refactoring async 2017-02-06 19:32:00 -05:00

PEP 8

PEP 8 style guidelines are enforced by pep8 on all python files in the repository by default.

Current Rule Set

By default all files are tested using the current rule set. All pep8 tests are executed, except those listed in the current ignore list.

Legacy Rule Set

Files which are listed in the legacy file list are tested using the legacy rule set. All pep8 tests are executed, except those listed in the current ignore list or legacy ignore list.

Files listed in the legacy file list which pass the current rule set will result in an error. This is intended to prevent regressions on style guidelines for files which pass the more stringent current rule set.

Skipping Tests

Files listed in the skip list are not tested by pep8.

Removed Files

Files which have been removed from the repository must be removed from the legacy file list and the skip list.