Minor - Add scrutinizer file filters

1.10.x
Yannick Warnier 11 years ago
parent 5191a800b3
commit 2b696330fe
  1. 8
      .scrutinizer.yml

@ -14,6 +14,14 @@ build:
- composer global require "fxp/composer-asset-plugin:1.0.0"
- composer install -n
- composer -v update
filter:
excluded_paths:
- tests/*
- main/img/*
- main/lang/*
- archive/*
- data/*
- web/*
checks:
php:
code_rating: true

Loading…
Cancel
Save