Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. ---
  2. include:
  3. - "**/*.rb"
  4. exclude:
  5. - spec/**/*
  6. - test/**/*
  7. - vendor/**/*
  8. - ".bundle/**/*"
  9. - "node_modules/**/*"
  10. - "log/**/*"
  11. - "public/**/*"
  12. - "tmp/**/*"
  13. require: []
  14. domains: []
  15. reporters:
  16. - rubocop
  17. - require_not_found
  18. plugins: []
  19. require_paths: []
  20. max_files: 5000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement