add excludepaths

This commit is contained in:
Torsten Ruger 2016-12-30 10:51:46 +02:00
parent 074f989f55
commit 070a771934
1 changed files with 3 additions and 2 deletions

View File

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