summaryrefslogtreecommitdiff
path: root/git
AgeCommit message (Collapse)Author
2015-08-27Updates for zbx ans moduleKenny Woodson
2015-08-11Zabbix IdempotencyKenny Woodson
2015-07-17Fix git/pylint.shLénaïc Huard
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.
2015-07-10Add ability to skip pylint checking for upstream ansible filesJason DeTiberus
2015-06-01Update max length to 120 characters as per the style guideWesley Hearn
2015-05-21Updated settings for pylintrc.Kenny Woodson
2015-04-23Testing jenkins hooksKenny Woodson
2015-04-22Adding pylint binary call instead of python moduleKenny Woodson
2015-04-22Adding commit hooks for jenkinsKenny Woodson