Cmcmahon has uploaded a new change for review. https://gerrit.wikimedia.org/r/174978
Change subject: [BrowserTest] have rubocop not complain about number of lines in class ...................................................................... [BrowserTest] have rubocop not complain about number of lines in class Change-Id: I9d5f040c9a2da7a3d18e7cc62b79bc9274275274 --- M .rubocop.yml M .rubocop_todo.yml 2 files changed, 3 insertions(+), 5 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor refs/changes/78/174978/1 diff --git a/.rubocop.yml b/.rubocop.yml index bbb0089..3d08c55 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -2,3 +2,6 @@ Metrics/ClassLength: Enabled: false + +Metrics/MethodLength: + Enabled: false diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index a45077f..2226b2b 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -23,11 +23,6 @@ Max: 398 # Offense count: 3 -# Configuration parameters: CountComments. -Metrics/MethodLength: - Max: 18 - -# Offense count: 3 # Configuration parameters: AllowedVariables. Style/GlobalVars: Enabled: false -- To view, visit https://gerrit.wikimedia.org/r/174978 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9d5f040c9a2da7a3d18e7cc62b79bc9274275274 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/VisualEditor Gerrit-Branch: master Gerrit-Owner: Cmcmahon <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
