From: Evert Timberg Date: Sun, 17 Apr 2016 00:10:33 +0000 (-0400) Subject: Only rate files from src dir X-Git-Tag: 2.1.0~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b2be633e2140a27bac94546023c1a5bcecedafdd;p=thirdparty%2FChart.js.git Only rate files from src dir --- diff --git a/.codeclimate.yml b/.codeclimate.yml index 2d90af828..d464a7fa3 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -11,7 +11,7 @@ engines: enabled: true ratings: paths: - - "**.js" + - "src/**.js" exclude_paths: - dist/ - node_modules/