From a4167bea38e65ea259fbd9ad8f7d40c5e9d6fc43 Mon Sep 17 00:00:00 2001 From: Masquerade Circus Date: Tue, 5 Feb 2019 06:58:48 -0600 Subject: [PATCH] Update .codeclimate.yml --- .codeclimate.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 7fccd0f..a8158d0 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -24,3 +24,9 @@ checks: return-statements: config: threshold: 4 +exclude_patterns: + - 'app' + - 'dist' + - 'tests' + - 'rollup*' + - 'buildAssets.js'