mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 17:18:41 +00:00
673aff0f2d
So. Much. Cruft. Change-Id: I27299ac709aa6ba772b2fc5ee9dc976ad4bb07d3
31 lines
472 B
YAML
31 lines
472 B
YAML
inherit_from: .rubocop_todo.yml
|
|
|
|
AllCops:
|
|
StyleGuideCopsOnly: true
|
|
Include:
|
|
- 'Gemfile'
|
|
- 'Rakefile'
|
|
- '.jsduck/CustomTags.rb'
|
|
Exclude:
|
|
- 'node_modules/**/*'
|
|
- 'vendor/**/*'
|
|
- 'lib/ve/**/*'
|
|
|
|
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
|