Skip to content

A glitch in the CliParser #1440

@gbena

Description

@gbena

The CliParser is not using the correct Keys for RetireJS.

CLiParser.java:766-768

    public boolean isRetireJSDisabled() {
        return hasDisableOption(ARGUMENT.DISABLE_RETIRE_JS, Settings.KEYS.ANALYZER_RETIRED_ENABLED);
    }

I believe it should be Settings.KEYS.ANALYZER_RETIREJS_ENABLED instead of Settings.KEYS.ANALYZER_RETIRED_ENABLED

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions