this time with quotes

This commit is contained in:
Torsten Ruger 2016-12-30 11:53:45 +02:00
parent af74e65eae
commit f6db36342e

View File

@ -15,8 +15,8 @@ engines:
enabled: true enabled: true
ratings: ratings:
paths: paths:
- lib/** - "lib/**"
- "**.rb" - "**.rb"
exclude_paths: exclude_paths:
- tests/** - "tests/**"
- stash/** - "stash/**"