mediawiki-extensions-Visual.../.rubocop.yml
James D. Forrester 673aff0f2d build: Bump Ruby cruft to avoid security warnings for old rubocop
So. Much. Cruft.

Change-Id: I27299ac709aa6ba772b2fc5ee9dc976ad4bb07d3
2017-11-28 12:09:20 -08:00

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