Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2015
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. AllCops:
  2. RunRailsCops: true
  3. DisplayStyleGuide: true
  4. DisplayCopNames: true
  5. Include:
  6. - '**/Gemfile'
  7. - '**/Rakefile'
  8. Exclude:
  9. - '**/bin/spring'
  10. - '**/bin/rake'
  11. - '**/bin/rails'
  12. - '**/db/schema.rb'
  13.  
  14. Metrics/LineLength:
  15. Max: 120
  16.  
  17. Metrics/MethodLength:
  18. Max: 20
  19.  
  20. Style/Documentation:
  21. Enabled: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement