summaryrefslogtreecommitdiffstats
path: root/git
Commit message (Collapse)AuthorAgeFilesLines
* 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