jenkins-bot has submitted this change and it was merged. 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(-) Approvals: Hashar: Looks good to me, approved jenkins-bot: Verified 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: merged Gerrit-Change-Id: I1696d4cf3ab7f631b663d78fc6e10e2db7ad9b76 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/vagrant Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: BryanDavis <[email protected]> Gerrit-Reviewer: Dduvall <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
