aboutsummaryrefslogtreecommitdiffhomepage
path: root/.codeclimate.yml
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-02-14 10:07:17 +0100
committerChocobozzz <florian.bigard@gmail.com>2016-02-14 10:07:17 +0100
commit3dca0e6eae8e48d1e91bebb98f411b1e6ee92758 (patch)
treeffb2773379f038518cbeb01bfa013c340a2c068f /.codeclimate.yml
parent821b05aebb062deabe517be30879cfbd28567a98 (diff)
downloadPeerTube-3dca0e6eae8e48d1e91bebb98f411b1e6ee92758.tar.gz
PeerTube-3dca0e6eae8e48d1e91bebb98f411b1e6ee92758.tar.zst
PeerTube-3dca0e6eae8e48d1e91bebb98f411b1e6ee92758.zip
Add codeclimate
Diffstat (limited to '.codeclimate.yml')
-rw-r--r--.codeclimate.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
new file mode 100644
index 000000000..6983e591f
--- /dev/null
+++ b/.codeclimate.yml
@@ -0,0 +1,23 @@
1---
2engines:
3 csslint:
4 enabled: false
5 duplication:
6 enabled: true
7 config:
8 languages:
9 - javascript
10 eslint:
11 enabled: true
12 fixme:
13 enabled: true
14ratings:
15 paths:
16 - "**.css"
17 - "**.js"
18exclude_paths:
19- config/
20- node_modules/
21- public
22- tests/
23- .tmp/