1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/sanity
Toshio Kuratomi ff13d58c14 Remove use of unicode_literals as it is an anti-pattern
from __future__ unicode_literals leads to developer confusion as
developers no longer can tell whether a bare literal string is a byte
string or a unicode string.  Explicit marking as u"" or b"" is the way
to solve the same problem in the Ansbile codebase.
2017-09-11 13:33:51 -07:00
..
ansible-doc Remove remnants of obsolete fireball mode. 2016-12-09 16:56:34 -07:00
code-smell Remove use of unicode_literals as it is an anti-pattern 2017-09-11 13:33:51 -07:00
import Undo accidental addition to skip.txt. 2017-09-11 09:45:44 -07:00
pep8 Update elasticsearch_plugin.py (#28936) 2017-09-07 11:33:53 -04:00
pylint Expand disabled pylint rules. (#29162) 2017-09-09 08:59:09 -07:00
rstcheck Add rstcheck to ansible-test and correct issues. (#23550) 2017-04-13 10:28:52 -07:00
shellcheck Disable newer shellcheck tests which don't pass. 2017-02-27 22:31:47 -08:00
validate-modules metadata 1.1 2017-08-15 23:12:08 -07:00