zsh-autosuggestions/.rubocop.yml

31 lines
451 B
YAML
Raw Normal View History

2017-02-17 03:18:03 +01:00
# Rails:
# Enabled: true
AllCops:
TargetRubyVersion: 2.3
Include:
- '**/Rakefile'
- '**/config.ru'
- '**/Gemfile'
2017-02-17 03:18:03 +01:00
Metrics/LineLength:
Max: 120
2017-02-17 03:18:03 +01:00
Style/Documentation:
Enabled: false
2017-02-17 03:18:03 +01:00
Style/DotPosition:
EnforcedStyle: trailing
2017-02-17 03:18:03 +01:00
Style/FrozenStringLiteralComment:
Enabled: false
2017-02-17 03:18:03 +01:00
Style/Lambda:
Enabled: false
2017-02-17 03:18:03 +01:00
Style/MultilineMethodCallIndentation:
EnforcedStyle: indented
2017-02-17 03:18:03 +01:00
Style/TrailingUnderscoreVariable:
Enabled: false