Dduvall has uploaded a new change for review.

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

Change subject: Configured Style/DotPosition RuboCop style
......................................................................

Configured Style/DotPosition RuboCop style

Change-Id: I982c4409c12cd560e7ddbb8c4a03232a32c66fce
---
M .rubocop.yml
M .rubocop_todo.yml
2 files changed, 3 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/selenium 
refs/changes/36/192036/1

diff --git a/.rubocop.yml b/.rubocop.yml
index 56bdb56..e2c647c 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -12,5 +12,8 @@
 Style/Alias:
   Enabled: false
 
+Style/DotPosition:
+  EnforcedStyle: trailing
+
 Style/SignalException:
   Enabled: false
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 6929611..52ab5ea 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -5,12 +5,6 @@
 # Note that changes in the inspected code, or installation of new
 # versions of RuboCop, may require this file to be generated again.
 
-# Offense count: 12
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle, SupportedStyles.
-Style/DotPosition:
-  Enabled: false
-
 # Offense count: 1
 # Cop supports --auto-correct.
 # Configuration parameters: AllowAdjacentOneLineDefs.

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I982c4409c12cd560e7ddbb8c4a03232a32c66fce
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/selenium
Gerrit-Branch: master
Gerrit-Owner: Dduvall <dduv...@wikimedia.org>

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

Reply via email to