Guest User

Untitled

a guest
Jun 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. AllCops:
  2. TargetRubyVersion: 2.4.2
  3.  
  4. Style/StringLiterals:
  5. EnforcedStyle: double_quotes
  6. SupportedStyles:
  7. - single_quotes
  8. - double_quotes
  9.  
  10. Metrics/LineLength:
  11. Max: 100
  12.  
  13. Documentation:
  14. Enabled: false
  15.  
  16. Style/FrozenStringLiteralComment:
  17. Enabled: false
  18.  
  19. Metrics/BlockLength:
  20. Exclude:
  21. - "spec/**/*.rb"
Add Comment
Please, Sign In to add comment