I'm having trouble with PHP_CodeSniffer #822
maxacarvalho
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello 👋🏽
I'm using Duster for code linting. I recently started to use Pest, and, I found a problem related to PHP_CodeSniffer rules, specifically the
PSR1.Files.SideEffects
one.For now, I'm adding
...<exclude-pattern>/tests/*</exclude-pattern>...
to my.phpcs.xml.dist
file but I wonder if that's the right (or only) way?Thanks.
Beta Was this translation helpful? Give feedback.
All reactions