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
I've setup PHP_CodeSniffer (phpcs) using the settings outlined in the wiki. I've also created a phpcs.xml.dist configuration file, however it does not seem to be picking up the rule exclusions I have setup in the xml file.
Is there additional configuration necessary to pick up that config file?
I created the .projectroot file and put in my project root. Easier to have several different tools all target the same place. I did try using the rootPatterns from the wiki and had the same result.
I've setup PHP_CodeSniffer (phpcs) using the settings outlined in the wiki. I've also created a phpcs.xml.dist configuration file, however it does not seem to be picking up the rule exclusions I have setup in the xml file.
Is there additional configuration necessary to pick up that config file?
Here are my settings...
https://gist.github.com/caschbre/22971e36fbcdc17d089fc424b491b598
The text was updated successfully, but these errors were encountered: