Amire80 has uploaded a new change for review. https://gerrit.wikimedia.org/r/194478
Change subject: Remove offenses that don't happen any more from .rubocop_todo.yml ...................................................................... Remove offenses that don't happen any more from .rubocop_todo.yml Change-Id: I9c20e7d20d6e60d88ba4d50bf70f53e16530952f --- M .rubocop_todo.yml 1 file changed, 0 insertions(+), 18 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation refs/changes/78/194478/1 diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index ab7041b..0900be6 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -16,18 +16,6 @@ # Offense count: 2 # Cop supports --auto-correct. -# Configuration parameters: EnforcedStyle, SupportedStyles. -Style/IndentHash: - Enabled: false - -# Offense count: 80 -# Cop supports --auto-correct. -# Configuration parameters: Width. -Style/IndentationWidth: - Enabled: false - -# Offense count: 2 -# Cop supports --auto-correct. Style/LeadingCommentSpace: Enabled: false @@ -35,12 +23,6 @@ # Cop supports --auto-correct. Style/NilComparison: Enabled: false - -# Offense count: 2 -# Cop supports --auto-correct. -# Configuration parameters: EnforcedStyleForEmptyBraces, SupportedStyles. -Style/SpaceInsideHashLiteralBraces: - EnforcedStyle: no_space # Offense count: 81 # Cop supports --auto-correct. -- To view, visit https://gerrit.wikimedia.org/r/194478 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9c20e7d20d6e60d88ba4d50bf70f53e16530952f Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/ContentTranslation Gerrit-Branch: master Gerrit-Owner: Amire80 <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
