Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. require: rubocop-rails
  2. AllCops:
  3. TargetRailsVersion: 5.0
  4.  
  5. Exclude:
  6. - 'Gemfile'
  7. - 'Rakefile'
  8. - 'config.ru'
  9. - 'bin/*'
  10. - 'db/**/*'
  11. - 'log/**/*'
  12. - 'node_modules/**/*'
  13. - 'public/**/*'
  14. - 'scripts/**/*'
  15. - 'vendor/**/*'
  16. - 'tmp/**/*'
  17. - '.git/**/*'
  18. - 'config/**/*'
  19.  
  20. Documentation:
  21. Enabled: false
  22.  
  23. IndentationConsistency:
  24. EnforcedStyle: 'rails'
  25.  
  26. Style/FrozenStringLiteralComment:
  27. EnforcedStyle: 'never'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement