12345678910111213141516171819202122232425 |
- AllCops:
- TargetRubyVersion: 3.1
- NewCops: enable
- Metrics/BlockLength:
- Max: 60
- Layout/LeadingEmptyLines:
- Enabled: false
- Layout/EmptyLinesAroundMethodBody:
- Enabled: false
- Layout/EmptyLinesAroundClassBody:
- Enabled: false
- Style/MethodDefParentheses:
- Enabled: false
- Style/NegatedIf:
- Enabled: false
- Style/FrozenStringLiteralComment:
- Enabled: false
|