Dzahn has uploaded a new change for review. https://gerrit.wikimedia.org/r/87541
Change subject: add a .pep8 file to suppress warnings and jenkins fails due to stuff like long lines, this is just copied from modules/base/files/monitoring where it was done before ...................................................................... add a .pep8 file to suppress warnings and jenkins fails due to stuff like long lines, this is just copied from modules/base/files/monitoring where it was done before Change-Id: I26dade5e571201671ab7c869d042509c063f1b27 --- A modules/nrpe/files/plugins/.pep8 1 file changed, 5 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/41/87541/1 diff --git a/modules/nrpe/files/plugins/.pep8 b/modules/nrpe/files/plugins/.pep8 new file mode 100644 index 0000000..ad4323f --- /dev/null +++ b/modules/nrpe/files/plugins/.pep8 @@ -0,0 +1,5 @@ +[pep8] + +# Suppress warnings: +# E501: line too long +ignore = E501 -- To view, visit https://gerrit.wikimedia.org/r/87541 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I26dade5e571201671ab7c869d042509c063f1b27 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Dzahn <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
