.rubocop.yml 273 B

123456789101112131415
  1. AllCops:
  2. NewCops: enable
  3. SuggestExtensions: false
  4. Layout/SpaceInLambdaLiteral:
  5. EnforcedStyle: require_space
  6. Layout/FirstHashElementIndentation:
  7. EnforcedStyle: consistent
  8. Style/Documentation:
  9. Enabled: false
  10. Style/StringLiterals:
  11. EnforcedStyle: double_quotes