add excludepaths

This commit is contained in:
Torsten Ruger 2016-12-30 10:51:46 +02:00
parent 074f989f55
commit 070a771934

View File

@ -17,5 +17,6 @@ ratings:
paths: paths:
- lib/** - lib/**
- "**.rb" - "**.rb"
- test/**/* exclude_paths:
- stash/**/* - "tests/"
- "stash/"