Files
mediawiki-extensions-Univer…/.rubocop.yml
Željko Filipin f01bcefe74 Updated RuboCop to the latest version
Updated RuboCop configuration according to recommended settings.
Updated RuboCop TODO file.

Bug: 117989
Change-Id: If934078beabc5498f929bbd7a26689dbd2ab7810
2015-11-18 11:58:19 +01:00

24 lines
365 B
YAML

inherit_from: .rubocop_todo.yml
AllCops:
StyleGuideCopsOnly: true
# Uncomment when the repository is cleaned up
# Metrics/LineLength:
# Max: 100
Metrics/MethodLength:
Enabled: false
Style/Alias:
Enabled: false
Style/SignalException:
Enabled: false
Style/StringLiterals:
EnforcedStyle: single_quotes
Style/TrivialAccessors:
ExactNameMatch: true