Zfilipin has uploaded a new change for review.

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

Change subject: RuboCop should ignore cache folder
......................................................................

RuboCop should ignore cache folder

Bug: T106220
Change-Id: I1563b2945a1bbc1a21d1dfe1eaa10133b321779e
---
M .rubocop.yml
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/58/240658/1

diff --git a/.rubocop.yml b/.rubocop.yml
index c8f54ea..55c48a5 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -4,6 +4,7 @@
   # Only enforce rules that have an entry in the style guide
   StyleGuideCopsOnly: true
   Exclude:
+    - 'cache/**/*'
     - 'mediawiki/**/*'
     - 'mediawiki-*/**/*'
     - 'puppet/modules/activemq/**/*'

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1563b2945a1bbc1a21d1dfe1eaa10133b321779e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Zfilipin <zfili...@wikimedia.org>

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

Reply via email to