ansible/test/sanity
Toshio Kuratomi 175f3b51e5 Ensure that current uses of BaseException are required
* In some cases, it appears that Exception should have been used instead
  as there's no need to catch sys.exit KeyboardInterrupt and similar.
* In a few cases, it appears that BaseException is used because
  a library we depend on calls sys.exit() contrary to good coding
  design.  Comment those so that we know that those have been audited
  and found to be correct and change to use (Exception, SystemExit)
  instead.
2018-12-16 15:03:19 -08:00
..
ansible-doc Remove deprecated os_server_actions alias (#47208) 2018-10-18 16:44:44 +10:00
code-smell mongodb_shard module and test exception (#43673) 2018-12-05 16:29:45 -05:00
compile
import Ensure that current uses of BaseException are required 2018-12-16 15:03:19 -08:00
pep8 Enable the bare-except pylint and pep8 checking 2018-12-16 15:03:19 -08:00
pslint win become: refactor and add support for passwordless become (#48082) 2018-12-12 17:15:25 -08:00
pylint Enable the bare-except pylint and pep8 checking 2018-12-16 15:03:19 -08:00
rstcheck
shellcheck
validate-modules Docs: Add a "seealso" section to the module docs (#45949) 2018-12-12 14:19:58 -06:00
yamllint Add yamllint for plugin docs and fix issues. 2018-05-23 09:19:30 -07:00
ansible.cfg