Skip to content
Snippets Groups Projects
.codeclimate.yml 227 B
Newer Older
  • Learn to ignore specific revisions
  • Scott Larkin's avatar
    Scott Larkin committed
    engines:
     duplication:
       enabled: true
       config:
         languages:
         - ruby
         - javascript
     rubocop:
       enabled: true
     eslint:
       enabled: true
    ratings:
     paths:
     - "**.rb"
     - "**.js"
    exclude_paths:
    - spec/
    - vendor/asset