Ignore site/**/* on CodeClimate.

This commit is contained in:
Jordon Bedwell 2016-01-10 10:32:29 -06:00
parent 7c7d550442
commit c3e6c04af5
2 changed files with 21 additions and 19 deletions

View File

@ -17,6 +17,7 @@ exclude_paths:
- COPYING
- LICENSE
- site/**/*
- test/**/*
- vendor/**/*
- features/**/*

View File

@ -71,6 +71,7 @@ AllCops:
- COPYING
- LICENSE
- site/**/*
- test/**/*
- vendor/**/*
- features/**/*