You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
286 B

  1. ---
  2. include:
  3. - "**/*.rb"
  4. exclude:
  5. - spec/**/*
  6. - test/**/*
  7. - vendor/**/*
  8. - ".bundle/**/*"
  9. require: []
  10. domains: []
  11. reporters:
  12. - rubocop
  13. # - require_not_found
  14. formatter:
  15. rubocop:
  16. cops: safe
  17. except: []
  18. only: []
  19. extra_args: []
  20. require_paths: []
  21. plugins: []
  22. max_files: 5000