Dzahn has uploaded a new change for review. https://gerrit.wikimedia.org/r/253652
Change subject: puppet-lint: re-enable unquoted resource check ...................................................................... puppet-lint: re-enable unquoted resource check I checked all across the repo, this issue "unquoted resource title" has been fixed everywhere, so we can re-enable this one. Change-Id: I2d12570dd41665ccaacb164d1601c8fe13e3b070 --- M .puppet-lint.rc 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/52/253652/1 diff --git a/.puppet-lint.rc b/.puppet-lint.rc index 481a6cb..c233038 100644 --- a/.puppet-lint.rc +++ b/.puppet-lint.rc @@ -13,7 +13,6 @@ --no-inherits_across_namespaces-check --no-double_quoted_strings-check --no-ensure_first_param-check ---no-unquoted_resource_title-check --no-arrow_alignment-check --no-puppet_url_without_modules-check -- To view, visit https://gerrit.wikimedia.org/r/253652 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2d12570dd41665ccaacb164d1601c8fe13e3b070 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
