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
phpcs v 3.5.5 <exclude-pattern>*/*.js</exclude-pattern>
after adding this and then below files will not able to check errors and
show nothing errrors. StaticJsonHandler.php
StaticJsonServiceProvider.php
static_json.php
The text was updated successfully, but these errors were encountered:
The exclude patterns are a special kind of regex in which * gets replaced by .*.
Other regex special characters - like . - will retain their normal meaning.
@rmpel See #2955 (comment) - might be something in your file path which triggers the rule. See the more stable example to use in the comment.
On another note: This repo is abandoned and https://github.com/PHPCSStandards/PHP_CodeSniffer is its successor. See: #3932. If you need further assistance with this, I suggest you open a discussion item in the new repo.
phpcs v 3.5.5
<exclude-pattern>*/*.js</exclude-pattern>
after adding this and then below files will not able to check errors and
show nothing errrors.
StaticJsonHandler.php
StaticJsonServiceProvider.php
static_json.php
The text was updated successfully, but these errors were encountered: