From 222ba82628e559f931744a04b43608f5ba7b2179 Mon Sep 17 00:00:00 2001 From: Marco Vito Moscaritolo Date: Wed, 15 Aug 2018 17:06:43 +0200 Subject: [PATCH] fix deprecation in code climate --- .codeclimate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index f65afb58..8f117a7f 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -6,5 +6,5 @@ plugins: enabled: true golint: enabled: true -exclude_paths: +exclude_patterns: - vendor/ \ No newline at end of file