From 8515724af5b1f069cca8d8aef4767977f978cc46 Mon Sep 17 00:00:00 2001 From: Jorge Bejar Date: Mon, 13 May 2019 15:32:26 -0300 Subject: [PATCH] CodeClimate: Exclude test fixtures --- .codeclimate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 240fe83..1907152 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -4,3 +4,5 @@ engines: channel: "eslint-4" config: config: .eslintrc.js +exclude_patterns: +- "node-tests/fixtures/**/*.js"