orca
orca copied to clipboard
[Feature Request] Allow warnings to pass phpcs
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!