mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-17 17:13:02 +00:00
add phpstan config file, ignore broken files because of optional lib
and add it to action
This commit is contained in:
@@ -25,4 +25,5 @@ jobs:
|
|||||||
- uses: ramsey/composer-install@v1
|
- uses: ramsey/composer-install@v1
|
||||||
|
|
||||||
- run: composer lint-ci
|
- run: composer lint-ci
|
||||||
|
- run: composer phpstan
|
||||||
- run: composer test
|
- run: composer test
|
||||||
|
|||||||
@@ -0,0 +1,12 @@
|
|||||||
|
parameters:
|
||||||
|
level: 3
|
||||||
|
|
||||||
|
excludePaths:
|
||||||
|
- %currentWorkingDirectory%/lib/Providers/Qr/BaconQrCodeProvider.php
|
||||||
|
- %currentWorkingDirectory%/lib/Providers/Qr/EndroidQrCodeProvider.php
|
||||||
|
- %currentWorkingDirectory%/lib/Providers/Qr/EndroidQrCodeWithLogoProvider.php
|
||||||
|
|
||||||
|
paths:
|
||||||
|
- %currentWorkingDirectory%/lib
|
||||||
|
- %currentWorkingDirectory%/tests
|
||||||
|
|
||||||
Reference in New Issue
Block a user