diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-02-14 10:07:17 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-02-14 10:07:17 +0100 |
commit | 3dca0e6eae8e48d1e91bebb98f411b1e6ee92758 (patch) | |
tree | ffb2773379f038518cbeb01bfa013c340a2c068f /.codeclimate.yml | |
parent | 821b05aebb062deabe517be30879cfbd28567a98 (diff) | |
download | PeerTube-3dca0e6eae8e48d1e91bebb98f411b1e6ee92758.tar.gz PeerTube-3dca0e6eae8e48d1e91bebb98f411b1e6ee92758.tar.zst PeerTube-3dca0e6eae8e48d1e91bebb98f411b1e6ee92758.zip |
Add codeclimate
Diffstat (limited to '.codeclimate.yml')
-rw-r--r-- | .codeclimate.yml | 23 |
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 | --- | ||
2 | engines: | ||
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 | ||
14 | ratings: | ||
15 | paths: | ||
16 | - "**.css" | ||
17 | - "**.js" | ||
18 | exclude_paths: | ||
19 | - config/ | ||
20 | - node_modules/ | ||
21 | - public | ||
22 | - tests/ | ||
23 | - .tmp/ | ||