From da51c41ddae3d729a3c86d833219fe0238947c88 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 28 Apr 2016 23:30:28 -0700 Subject: [PATCH] updated .code-cilmate.yml file --- .codeclimate.yml | 2 ++ gruntfile.js | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 55098d5b..e069e341 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -25,3 +25,5 @@ exclude_paths: - public/lib/** - uploads/** - docs/** +- public/populate_template_cache.js +- scripts/** diff --git a/gruntfile.js b/gruntfile.js index dd579162..c4ee0950 100755 --- a/gruntfile.js +++ b/gruntfile.js @@ -191,7 +191,7 @@ NODE_ENV: 'test', src: watchFiles.allTests, // a folder works nicely options: { mask: '*.test.js', - require: ['server.js'], + require: ['server.js'] } }, coverageClient: { @@ -199,7 +199,7 @@ NODE_ENV: 'test', options: { coverageFolder: 'coverageClient', mask: '*.test.js', - require: ['server.js'], + require: ['server.js'] } }, coverageServer: { @@ -207,7 +207,7 @@ NODE_ENV: 'test', options: { coverageFolder: 'coverageServer', mask: '*.test.js', - require: ['server.js'], + require: ['server.js'] } }, coveralls: { @@ -244,7 +244,7 @@ NODE_ENV: 'test', removeAttributeQuotes: true, removeComments: true, removeEmptyAttributes: true, - removeRedundantAttributes: true, + removeRedundantAttributes: true } }, main: {