-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(lint): add phpqa with phpstan and psalm
- Loading branch information
1 parent
984e8ca
commit 75bbb66
Showing
8 changed files
with
4,231 additions
and
1,119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
phpqa: | ||
output: cli | ||
tools: phpcs:0,phpcpd:0,phpstan:0 | ||
ignoredDirs: node_modules,vendor,tests | ||
|
||
phpcs: | ||
standard: phpcs.xml.dist | ||
|
||
phpcpd: | ||
minLines: 5 | ||
minTokens: 70 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.