summaryrefslogtreecommitdiff
path: root/git/.pylintrc
AgeCommit message (Collapse)Author
2017-01-10More toxificationJason DeTiberus
- Move pylint tests to tox - Move yamllint tests to tox - Create separate tox config (and setup.py) for root - bump ansible requirement - unify pylint config - add docs - remove git directory containing old testing tools - install python-six if not present for openshift-facts - add python-six as a dependency for openshift-ansible-utils
2016-12-20python3 support, add tox for better local testing against multiple python ↵Jason DeTiberus
versions
2016-12-09Fixes to 'make ci'Tim Bielawa
* Fixed: A grep filter was capturing the actual pylint check rc's * Changed: pylint used to print out messages for locally-disabled and file-ignored items * Changed: pylint output format is now 'parseable' * Cleaned up: Pylint was emitting deprecation messages for 'required-attributes' and 'ignore-iface-methods'. They have been removed from the pylintrc file
2015-08-11Zabbix IdempotencyKenny Woodson
2015-06-01Update max length to 120 characters as per the style guideWesley Hearn
2015-05-21Updated settings for pylintrc.Kenny Woodson
2015-04-22Adding commit hooks for jenkinsKenny Woodson