diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-03-28 10:46:33 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-03-28 10:46:33 +0100 |
commit | bdf2add2e80dc52a02113c50636b5f887639b31a (patch) | |
tree | 50a9275a91c9cb5510ea8c8de21816e545f80e92 /.scrutinizer.yml | |
parent | f37d1427a1b75f9d7a2e273b2e9fb0e895a769ab (diff) | |
parent | 3e6b7ea0e9251d8ae69af5dc2e1eb65887c3da9f (diff) | |
download | wallabag-bdf2add2e80dc52a02113c50636b5f887639b31a.tar.gz wallabag-bdf2add2e80dc52a02113c50636b5f887639b31a.tar.zst wallabag-bdf2add2e80dc52a02113c50636b5f887639b31a.zip |
Merge pull request #1163 from wallabag/v2-speed-up-tests
Speed up tests
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r-- | .scrutinizer.yml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml new file mode 100644 index 00000000..547120e6 --- /dev/null +++ b/.scrutinizer.yml | |||
@@ -0,0 +1,22 @@ | |||
1 | filter: | ||
2 | paths: | ||
3 | - src/* | ||
4 | excluded_paths: | ||
5 | - 'vendor/*' | ||
6 | - 'app/*' | ||
7 | - 'web/*' | ||
8 | - 'src/Wallabag/*Bundle/Tests/*' | ||
9 | - '*Test.php' | ||
10 | |||
11 | tools: | ||
12 | php_cs_fixer: true | ||
13 | php_analyzer: true | ||
14 | php_mess_detector: true | ||
15 | php_changetracking: true | ||
16 | php_code_sniffer: true | ||
17 | php_pdepend: true | ||
18 | sensiolabs_security_checker: true | ||
19 | external_code_coverage: true | ||
20 | php_code_coverage: true | ||
21 | php_sim: false | ||
22 | php_cpd: false | ||