19.diff (770B)
1 diff --git a/.codeclimate.yml b/.codeclimate.yml 2 index bd61a50..0825918 100644 3 --- a/.codeclimate.yml 4 +++ b/.codeclimate.yml 5 @@ -24,7 +24,7 @@ engines: 6 eslint: 7 enabled: true 8 csslint: 9 - enabled: true 10 + enabled: false 11 12 # Engines can analyze files and report issues on them, but you can separately 13 # decide which files will receive ratings based on those issues. This is 14 @@ -35,7 +35,7 @@ engines: 15 16 # Note: If the ratings key is not specified, this will result in a 0.0 GPA on your dashboard. 17 18 - ratings: 19 +ratings: 20 paths: 21 - "**.js" 22 - "**.jsx" 23 @@ -47,6 +47,6 @@ engines: 24 # You can globally exclude files from being analyzed by any engine using the 25 # exclude_paths key. 26 27 -exclude_paths: [] 28 +#exclude_paths: 29 #- spec/**/* 30 #- vendor/**/*