Skip to content

Commit

Permalink
Fixed Nova regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasse Lehtinen committed Nov 19, 2021
1 parent 50577d3 commit f92f829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ grumphp:
metadata: {priority: 400}
triggered_by: ['php']
phpstan:
ignore_patterns: ['/^tests(.*)/', '/^database(.*)/', '/^config(.*)/', '/^routes(.*)/', '/deploy.php/', '/^nova/src(.*)/',]
ignore_patterns: ['/^tests(.*)/', '/^database(.*)/', '/^config(.*)/', '/^routes(.*)/', '/deploy.php/', '/^nova(.*)/',]
configuration: vendor/lasselehtinen/laravel-conventions-checker/phpstan.neon
level: 5
metadata: {priority: 300}
Expand Down

0 comments on commit f92f829

Please sign in to comment.