diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-03-15 14:26:54 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-03-15 14:26:54 +0100 |
commit | 33b992603c37fe4cd789d04b0d4cbaf81888df31 (patch) | |
tree | 6118ca15c9686fa0496727a7a877bab69ad362cd /.codeclimate.yml | |
parent | 2c4a0b5d909bd7eefeb582001babce816fdfab03 (diff) | |
download | PeerTube-33b992603c37fe4cd789d04b0d4cbaf81888df31.tar.gz PeerTube-33b992603c37fe4cd789d04b0d4cbaf81888df31.tar.zst PeerTube-33b992603c37fe4cd789d04b0d4cbaf81888df31.zip |
Update codeclimate
Diffstat (limited to '.codeclimate.yml')
-rw-r--r-- | .codeclimate.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml index 6983e591f..ddff519bf 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml | |||
@@ -18,6 +18,6 @@ ratings: | |||
18 | exclude_paths: | 18 | exclude_paths: |
19 | - config/ | 19 | - config/ |
20 | - node_modules/ | 20 | - node_modules/ |
21 | - public | 21 | - client |
22 | - tests/ | 22 | - server/tests/ |
23 | - .tmp/ | 23 | - .tmp/ |