Negative24 has uploaded a new change for review. https://gerrit.wikimedia.org/r/199154
Change subject: puppet-lint: Disable URL modules/ check ...................................................................... puppet-lint: Disable URL modules/ check Disable check for modules/ dir after puppet:// URL reference because of the private puppet URL config. Change-Id: I262f3436e72c3765ae5a904a7142a2af4bc50435 --- M .puppet-lint.rc 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/54/199154/1 diff --git a/.puppet-lint.rc b/.puppet-lint.rc index a374e05..35140e0 100644 --- a/.puppet-lint.rc +++ b/.puppet-lint.rc @@ -29,3 +29,6 @@ # We use dash in class and variables. --no-names_containing_dash-check --no-variable_contains_dash-check + +# Disable URL without modules/ because of private puppet URLs +--no-puppet_url_without_modules-check -- To view, visit https://gerrit.wikimedia.org/r/199154 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I262f3436e72c3765ae5a904a7142a2af4bc50435 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Negative24 <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
