X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.codeclimate.yml;h=2b58e82b21c4abe1516b7155d19fb80fb9f91001;hb=338aef3d1ca650f683788a8adc3dead5c3e75879;hp=6983e591fe6be09ad5b23bf2562d255f2d9ea01d;hpb=3dca0e6eae8e48d1e91bebb98f411b1e6ee92758;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.codeclimate.yml b/.codeclimate.yml index 6983e591f..2b58e82b2 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -6,7 +6,7 @@ engines: enabled: true config: languages: - - javascript + - typescript eslint: enabled: true fixme: @@ -18,6 +18,6 @@ ratings: exclude_paths: - config/ - node_modules/ -- public -- tests/ +- scripts/ +- server/tests/ - .tmp/