Hashar has uploaded a new change for review.

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

Change subject: puppet-lint now ignores cucumber testenv
......................................................................

puppet-lint now ignores cucumber testenv

The cucumber suite creates material under /tmp/  Instruct puppet-lint to
ignore it.

Change-Id: I3440d9c66519857afe93d3ed5f1eb510201310f0
---
M Rakefile
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/45/246245/1

diff --git a/Rakefile b/Rakefile
index cfe6a6f..1019dac 100644
--- a/Rakefile
+++ b/Rakefile
@@ -24,6 +24,7 @@
   config.ignore_paths = IO.readlines(gitmodules).grep(/\s*path\s*=\s*(\S+)/) {
     "#{$1}/**/*.pp"
   }
+  config.ignore_paths += ['tmp/**/*.pp']
   config.log_format = '%{path}:%{linenumber} %{KIND}: %{message}'
 end
 Cucumber::Rake::Task.new(:cucumber)

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3440d9c66519857afe93d3ed5f1eb510201310f0
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

Reply via email to