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