summaryrefslogtreecommitdiffstats
path: root/.pylintrc
Commit message (Collapse)AuthorAgeFilesLines
* Start requiring Ansible 2.4Russell Teague2017-11-091-1/+2
|
* separate out test tool configs from setup.cfgJason DeTiberus2017-03-061-1/+1
| | | | | Since we are moving away from setuptools for invoking tests, lets move the configs for the different test tools into their own configs.
* fix up ruamel.yaml/pyyaml no-member lint errorsJason DeTiberus2017-02-221-1/+1
|
* Let pylint use as many CPUs as availableRodolfo Carvalho2017-02-101-1/+2
|
* More toxificationJason DeTiberus2017-01-101-0/+383
- 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