From bc36275389464ece911425d287698fd3d638e210 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Fri, 31 Aug 2018 14:53:32 +0300 Subject: [PATCH] Remove Changelog from codeclimate analysis It treats the word bug as `# BUG` comment inside the codebase --- .codeclimate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index be8f1df7af..294b9335cf 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -27,3 +27,4 @@ exclude_patterns: - "vendor/" - "test/" - "spec/" + - "CHANGELOG.md"