Merge pull request #2167 from consul/code-climate

Exclude vendor folder from Code Climate
This commit is contained in:
Raimond Garcia
2017-12-12 13:40:09 +01:00
committed by GitHub

View File

@@ -32,3 +32,4 @@ exclude_paths:
- files/ - files/
- public/ - public/
- tmp/ - tmp/
- vendor/