Hashar has uploaded a new change for review. https://gerrit.wikimedia.org/r/249122
Change subject: Make puppet-lint strict ...................................................................... Make puppet-lint strict Causes warnings to exit out puppet-lint and thus enforce strictness. Change-Id: I1696d4cf3ab7f631b663d78fc6e10e2db7ad9b76 --- M .puppet-lint.rc 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant refs/changes/22/249122/1 diff --git a/.puppet-lint.rc b/.puppet-lint.rc index c0c123d..d6db438 100644 --- a/.puppet-lint.rc +++ b/.puppet-lint.rc @@ -3,3 +3,6 @@ # painful, so just ignore the automated check and rely on manual checks to see # that this is not abused. --no-80chars-check + +# Be strict. +--fail-on-warnings -- To view, visit https://gerrit.wikimedia.org/r/249122 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1696d4cf3ab7f631b663d78fc6e10e2db7ad9b76 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/vagrant Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
