mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-27 11:20:39 -06:00
9 lines
188 B
YAML
9 lines
188 B
YAML
# .scrutinizer.yml
|
|
tools:
|
|
external_code_coverage: false
|
|
filter:
|
|
excluded_paths:
|
|
- app/Support/Migration/*
|
|
- app/database/migrations/*
|
|
- database/migrations/*
|