summaryrefslogtreecommitdiffstats
path: root/git
Commit message (Collapse)AuthorAgeFilesLines
* More toxificationJason DeTiberus2017-01-105-672/+0
| | | | | | | | | | | | - 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
* python3 support, add tox for better local testing against multiple python ↵Jason DeTiberus2016-12-201-3/+3
| | | | versions
* YAML LintingRussell Teague2016-12-121-0/+67
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* Fixes to 'make ci'Tim Bielawa2016-12-091-9/+2
| | | | | | | | | | | | | * 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
* update tests and flake8/pylint fixesJason DeTiberus2016-11-292-2/+3
|
* gce fixesJason DeTiberus2016-05-051-0/+1
|
* fixing logic for skipping symlinksKenny Woodson2016-01-281-1/+6
|
* Skipping any symlinks for the yaml validation checkKenny Woodson2016-01-211-1/+1
|
* Removing ruby scripts and replacing with python.Kenny Woodson2016-01-192-117/+0
|
* Fixed a logic bug and yaml loadKenny Woodson2016-01-191-3/+4
|
* Fixing yaml validation in python. Inputs behave differently as does globKenny Woodson2016-01-191-5/+9
|
* Removing removing scripts and moving to python.Kenny Woodson2016-01-192-0/+159
|
* Fix pylint import errors for utils/test/.Devan Goodwin2015-11-121-0/+2
| | | | pylint is unable to import the modules in src as they are not on the path.
* Updates for zbx ans moduleKenny Woodson2015-08-271-1/+1
|
* Zabbix IdempotencyKenny Woodson2015-08-111-3/+3
|
* Fix git/pylint.shLénaïc Huard2015-07-171-1/+5
| | | | | | | | | | When a PR contains no python file, the very last command executed by `git/pylint.sh` is `git diff --name-only … | grep ".py$"`. This command exits with a non-zero exit code because grep has no match. Because of the `set -e` option, the script aborts there immediately. When a PR contains python files, `git/pylint.sh` exit code must be the one of `pylint` When a PR doesn’t contain any python file, `git/pylint.sh` exit code must be 0.
* Add ability to skip pylint checking for upstream ansible filesJason DeTiberus2015-07-101-5/+35
|
* Update max length to 120 characters as per the style guideWesley Hearn2015-06-011-1/+1
|
* Updated settings for pylintrc.Kenny Woodson2015-05-211-2/+3
|
* Testing jenkins hooksKenny Woodson2015-04-231-1/+3
|
* Adding pylint binary call instead of python moduleKenny Woodson2015-04-221-1/+1
|
* Adding commit hooks for jenkinsKenny Woodson2015-04-224-0/+519