Remove Changelog from codeclimate analysis

It treats the word bug as `# BUG` comment inside the codebase
This commit is contained in:
Maciej Szlosarczyk 2018-08-31 14:53:32 +03:00
parent 39fe8ef6ce
commit bc36275389
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765

View file

@ -27,3 +27,4 @@ exclude_patterns:
- "vendor/" - "vendor/"
- "test/" - "test/"
- "spec/" - "spec/"
- "CHANGELOG.md"