Ignore site/**/* on CodeClimate.
This commit is contained in:
parent
7c7d550442
commit
c3e6c04af5
|
@ -17,6 +17,7 @@ exclude_paths:
|
|||
- COPYING
|
||||
- LICENSE
|
||||
|
||||
- site/**/*
|
||||
- test/**/*
|
||||
- vendor/**/*
|
||||
- features/**/*
|
||||
|
|
|
@ -71,6 +71,7 @@ AllCops:
|
|||
- COPYING
|
||||
- LICENSE
|
||||
|
||||
- site/**/*
|
||||
- test/**/*
|
||||
- vendor/**/*
|
||||
- features/**/*
|
||||
|
|
Loading…
Reference in New Issue