Skip to content

Commit

Permalink
fixed scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
ogmueller committed Mar 18, 2024
1 parent 9a2d15b commit 2319900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ tools:
php_pdepend: true
php_loc:
enabled: true
excluded_dirs: ["tests"]
excluded_dirs: ["test"]
php_cpd:
enabled: true
excluded_dirs: ["tests"]
excluded_dirs: ["test"]

#before_commands:
# - "composer install"
Expand Down

0 comments on commit 2319900

Please sign in to comment.