.rubocop.yml設定例
.rubocop.yml
require:
- rubocop-performance
- rubocop-rails
- rubocop-rspec
AllCops:
NewCops: enable
Layout/EmptyLinesAroundAccessModifier:
EnforcedStyle: only_before
Layout/IndentationConsistency:
EnforcedStyle: indented_internal_methods
Layout/LineLength:
Max: 80
Style/AsciiComments:
Enabled: false
Style/Documentation:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false
Style/StringLiterals:
EnforcedStyle: double_quotes