Skip to content
This repository was archived by the owner on Jun 10, 2020. It is now read-only.
This repository was archived by the owner on Jun 10, 2020. It is now read-only.

Configurable warning levels #53

@lukas-vlcek

Description

@lukas-vlcek

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 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"?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions