Zfilipin has uploaded a new change for review.

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

Change subject: Fixed Style/CommentAnnotation RuboCop offense
......................................................................

Fixed Style/CommentAnnotation RuboCop offense

Bug: T106220
Change-Id: I064b8d4381e240ca1ddaaa92f5f4e7a5dc21c1a3
---
M .rubocop_todo.yml
M support/packager/package.rb
2 files changed, 2 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/97/234497/1

diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 74e2cdb..0f4a7a6 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -22,12 +22,6 @@
 Style/CaseEquality:
   Enabled: false
 
-# Offense count: 4
-# Cop supports --auto-correct.
-# Configuration parameters: Keywords.
-Style/CommentAnnotation:
-  Enabled: false
-
 # Offense count: 5
 # Cop supports --auto-correct.
 Style/DefWithParentheses:
diff --git a/support/packager/package.rb b/support/packager/package.rb
index ef27596..ecdd3af 100755
--- a/support/packager/package.rb
+++ b/support/packager/package.rb
@@ -15,11 +15,11 @@
 
 $url_config = YAML.load(($packager_dir + 'urls.yaml').read)
 
-# TODO (mattflaschen, 2014-04-30): Symbolic links might be nice, but
+# TODO: (mattflaschen, 2014-04-30): Symbolic links might be nice, but
 # not sure if there's a USB filesystem (NTFS?) that supports symlinks
 # reliably and works cross-OS.
 
-# TODO (mattflaschen, 2014-04-30): Should it automatically find and
+# TODO: (mattflaschen, 2014-04-30): Should it automatically find and
 # download the latest file for each installer?
 
 $sha256 = Digest::SHA256.new

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I064b8d4381e240ca1ddaaa92f5f4e7a5dc21c1a3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Zfilipin <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to