Skip to content

Commit

Permalink
updated scrutinizer config to include code-rating
Browse files Browse the repository at this point in the history
  • Loading branch information
elmage committed Aug 19, 2020
1 parent a76136e commit 5d0015f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d0015f

Please sign in to comment.