You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 10, 2020. It is now read-only.
For example I have run into issue where in the source code of closure-library are mismatched JSDocs parameter types in one file and by default the STRICT errorLevel results into terminated compilation due to this. Is there any way how to say: "OK, just try to use options.setWarningLevel(DiagnosticGroups.CHECK_TYPES, CheckLevel.WARNING) but keep the rest of the levels unchanged"?
Is there any way how to configure fain grained levels of warnings? See https://github.com/google/closure-compiler/wiki/Warnings
For example I have run into issue where in the source code of closure-library are mismatched JSDocs parameter types in one file and by default the
STRICTerrorLevel results into terminated compilation due to this. Is there any way how to say: "OK, just try to useoptions.setWarningLevel(DiagnosticGroups.CHECK_TYPES, CheckLevel.WARNING)but keep the rest of the levels unchanged"?