You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(note that I just removed the "database" folder for testing, but I could have added a rule or changed something else)
But database is still scanned and errors detected inside when I run
./vendor/bin/duster fix
=> Fixing using TLint
>> success: No issues found.
>> success: Checking for any remaining issues after fixing...
>> success: No issues found.
=> Fixing using PHP_CodeSniffer
......................................................... 57 / 57 (100%)
No fixable errors were found
Time: 80ms; Memory: 25.5MB
......................................................... 57 / 57 (100%)
PHP CODE SNIFFER REPORT SUMMARY
---------------------------------------------------------------------------------------------
FILE ERRORS WARNINGS
---------------------------------------------------------------------------------------------
some-api/database/seeders/UserSeeder.php 2 0
---------------------------------------------------------------------------------------------
A TOTAL OF 2 ERRORS AND 0 WARNINGS WERE FOUND IN 57 FILES
---------------------------------------------------------------------------------------------
!! error: PHP Code_Sniffer found errors that cannot be fixed automatically.
=> Fixing using PHP CS Fixer
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── Laravel
PASS ......................................................................................................................................................... 78 files
=> Fixing using Pint
.......................................................................
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── Laravel
PASS ......................................................................................................................................................... 71 files
What am I doing wrong?
Thanks for your help!
The text was updated successfully, but these errors were encountered:
Hi there,
As stated in README, I created a
.phpcs.xml.dist
Containing:
(note that I just removed the "database" folder for testing, but I could have added a rule or changed something else)
But database is still scanned and errors detected inside when I run
What am I doing wrong?
Thanks for your help!
The text was updated successfully, but these errors were encountered: