使用闭包编译器 linter 抑制个别警告

Suppress individual warning with closure compiler linter

我正在使用闭包编译器来检查和编译我的 javascript,如下所示:

java -jar closure-compiler-v20190528.jar --jscomp_warning=lintChecks --js in.js --js_output_file out.js

我想取消警告

JSC_MISSING_JSDOC

在命令行上(不想修改我的javascript)。

这可能吗?

目前没有,不过似乎是一个很好的功能请求。