2014-03-14 08:54:33 +10:00
|
|
|
# .scrutinizer.yml
|
|
|
|
imports:
|
|
|
|
- javascript
|
|
|
|
- php
|
|
|
|
|
2014-10-28 07:46:08 +10:00
|
|
|
# FIXME: find a way to keep excluded_paths list sorted
|
2014-03-14 08:54:33 +10:00
|
|
|
filter:
|
2017-01-01 03:37:15 -06:00
|
|
|
excluded_paths: [ html/js/*, html/css/*, lib/*, vendor/* ]
|