We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Content Hub module is currently failing phpcs with the following error (4 times):
1 | WARNING | File appears to be minified and cannot be | | processed (Internal.Tokenizer.Exception)
These warnings are generated from 2 minified css and 2 minified js files, so they are definitely not something we want phpcs even sniffing.
Could we change the severity of warnings so that they do not fail phpcs? Thanks for considering!
The text was updated successfully, but these errors were encountered:
Removing minified css/js from code sniffing would also be enough to fix this, so this issue may be enough: #63
Sorry, something went wrong.
Closing this issue because it has been inactive.
No branches or pull requests
The Content Hub module is currently failing phpcs with the following error (4 times):
These warnings are generated from 2 minified css and 2 minified js files, so they are definitely not something we want phpcs even sniffing.
Could we change the severity of warnings so that they do not fail phpcs? Thanks for considering!
The text was updated successfully, but these errors were encountered: