diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 7e4e3a1..e19d850 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -8,11 +8,12 @@ build: - php-scrutinizer-run checks: php: + code_rating: true remove_extra_empty_lines: true remove_php_closing_tag: true remove_trailing_whitespace: true fix_use_statements: - remove_unused: false + remove_unused: true preserve_multiple: false preserve_blanklines: true order_alphabetically: true