- AllCops:
- NewCops: enable
- SuggestExtensions: false
- Layout/SpaceInLambdaLiteral:
- EnforcedStyle: require_space
- Layout/FirstHashElementIndentation:
- EnforcedStyle: consistent
- Style/Documentation:
- Enabled: false
- Style/StringLiterals:
- EnforcedStyle: double_quotes
|