Skip to content
Snippets Groups Projects
.codeclimate.yml 221 B
Newer Older
  • Learn to ignore specific revisions
  • Laura Cappelli's avatar
    Laura Cappelli committed
    engines:
     duplication:
      enabled: true
      config:
        languages:
          javascript:
            mass_threshold: 50
     eslint:
      enabled: true
     csslint:
      enabled: true
       
    ratings:
     paths:
     - "**.js"
     - "**.css"
     
    exclude_paths: