Tim Landscheidt has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/198170

Change subject: Disable class_inherits_from_params_class puppet-lint checks
......................................................................

Disable class_inherits_from_params_class puppet-lint checks

The class_inherits_from_params_class check is only relevant for Puppet
2.6.2 and earlier
(cf. http://puppet-lint.com/checks/class_inherits_from_params_class/).
As we use Puppet 3, this check is not relevant for the repository.

Bug: T87132
Change-Id: Ieed2866c21d55e92535b04b7f3600ba8f4268360
---
M .puppet-lint.rc
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/70/198170/1

diff --git a/.puppet-lint.rc b/.puppet-lint.rc
index ddbd875..dcbb756 100644
--- a/.puppet-lint.rc
+++ b/.puppet-lint.rc
@@ -36,3 +36,6 @@
 
 # FIXME Following test cause a stacktrace ;-(
 --no-ensure_not_symlink_target-check
+
+# Test is only relevant for Puppet <= 2.6.2.
+--no-class_inherits_from_params_class-check

-- 
To view, visit https://gerrit.wikimedia.org/r/198170
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ieed2866c21d55e92535b04b7f3600ba8f4268360
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Tim Landscheidt <t...@tim-landscheidt.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to