diff options
author | Bernhard Posselt <dev@bernhard-posselt.com> | 2014-10-08 22:04:48 +0200 |
---|---|---|
committer | Bernhard Posselt <dev@bernhard-posselt.com> | 2014-10-08 22:04:48 +0200 |
commit | 415d44092d7e6c30f9fe35d46837fae93ef9d4e3 (patch) | |
tree | 64cd54d36cb2a00237370f147f6a4fc6ab4c55cc /.scrutinizer.yml | |
parent | ebc29f527323bde311e3036bb5a7de5a1100cf8b (diff) |
try to turn off failing checks for core exceptions
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r-- | .scrutinizer.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 34f5fe731..ee2b63b32 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -24,3 +24,5 @@ checks: php: # not helpful because there is no setting to tweek the threshold duplication: false + # this is not working properly with core exceptions + catch_class_exists: false
\ No newline at end of file |