diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-11-22 10:29:55 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-11-27 19:40:53 +0100 |
commit | c986175d68a18e96fbd41537a05c7796a2c64f38 (patch) | |
tree | e8a8a02abb57e637451afbf3b1b0e7a0dbd4206c /.codeclimate.yml | |
parent | e71bcc0f4b31ecfd84a786411febfc6d18a85258 (diff) | |
download | PeerTube-c986175d68a18e96fbd41537a05c7796a2c64f38.tar.gz PeerTube-c986175d68a18e96fbd41537a05c7796a2c64f38.tar.zst PeerTube-c986175d68a18e96fbd41537a05c7796a2c64f38.zip |
Fetch outbox to grab old activities
Diffstat (limited to '.codeclimate.yml')
-rw-r--r-- | .codeclimate.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml index 2318cfa4b..2b58e82b2 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml | |||
@@ -6,7 +6,7 @@ engines: | |||
6 | enabled: true | 6 | enabled: true |
7 | config: | 7 | config: |
8 | languages: | 8 | languages: |
9 | - javascript | 9 | - typescript |
10 | eslint: | 10 | eslint: |
11 | enabled: true | 11 | enabled: true |
12 | fixme: | 12 | fixme: |
@@ -18,7 +18,6 @@ ratings: | |||
18 | exclude_paths: | 18 | exclude_paths: |
19 | - config/ | 19 | - config/ |
20 | - node_modules/ | 20 | - node_modules/ |
21 | - client | ||
22 | - scripts/ | 21 | - scripts/ |
23 | - server/tests/ | 22 | - server/tests/ |
24 | - .tmp/ | 23 | - .tmp/ |