mediawiki-extensions-Echo/.rubocop.yml

29 lines
387 B
YAML
Raw Normal View History

inherit_from: .rubocop_todo.yml
Metrics/AbcSize:
Enabled: false
Metrics/ClassLength:
Enabled: false
Metrics/CyclomaticComplexity:
Enabled: false
Metrics/LineLength:
Max: 100
Metrics/MethodLength:
Enabled: false
Metrics/ParameterLists:
Enabled: false
Metrics/PerceivedComplexity:
Enabled: false
Style/Alias:
Enabled: false
Style/SignalException:
Enabled: false