Skip to content

Commit

Permalink
Create duster.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cerbero90 authored Jun 21, 2023
1 parent d6e4f02 commit 645d0d9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions duster.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"include": [
"src"
],
"exclude": [
"tests"
],
"scripts": {
"lint": {
"phpstan": ["./vendor/bin/phpstan", "analyse"]
}
}
}

0 comments on commit 645d0d9

Please sign in to comment.