I have an old codebase that uses Closure Compiler to minify the files. We're trying to slowly modernize and optimize this codebase, so we added a job in CI that just outputs any warnings / errors.
Some of these warnings are not relevant to us, and we'd like to ignore them.
Is there a way to disable warnings via the CLI, instead of on a per file basis?
Specifically, the JSC_STRING_CONCATENATION warning. We will introduce a template language at some point which will remove the need for multiline strings in our application.
05:08:28 WARNING - [JSC_STRING_CONTINUATION] String continuations are not recommended. See https://google.github.io/styleguide/jsguide.html#features-strings-no-line-continuations
05:08:28 887| dataid: \'' + o.dataid + '\', \