File: .codeclimate.yml

package info (click to toggle)
cockpit-podman 119.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 272,924 kB
  • sloc: javascript: 703,853; cpp: 11,117; python: 7,733; sh: 901; makefile: 156; xml: 90
file content (15 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
engines:
 duplication:
   enabled: true
   config:
     languages:
     - javascript
 eslint:
   enabled: true
   channel: "eslint-3"
ratings:
 paths:
 - "**.js"
exclude_paths:
 - "dist/"
 - "src/*.spec.js"