orca icon indicating copy to clipboard operation
orca copied to clipboard

[Feature Request] Allow warnings to pass phpcs

Open kaynenh opened this issue 4 years ago • 1 comments

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!

kaynenh avatar Mar 31 '20 14:03 kaynenh