mediawiki-extensions-Visual.../.rubocop.yml
Cmcmahon 7c190978c9 [BrowserTest] RuboCop should not complain about number of lines in a method
Change-Id: I9d5f040c9a2da7a3d18e7cc62b79bc9274275274
2014-11-21 16:57:27 +00:00

8 lines
111 B
YAML

inherit_from: .rubocop_todo.yml
Metrics/ClassLength:
Enabled: false
Metrics/MethodLength:
Enabled: false