From 05e59768bed596a917971ed1c27c9f3648ea33b9 Mon Sep 17 00:00:00 2001 From: Robert Mosolgo Date: Mon, 30 Jul 2018 10:05:33 -0400 Subject: [PATCH] Don't run code climate on tests --- .codeclimate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index be2450d3ed..4d1042696a 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,5 +1,6 @@ version: "2" exclude_patterns: + - "spec/" - "lib/graphql/language/lexer.rb" - "lib/graphql/language/parser.rb" # plugin - duplication - is failing on these