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
The CliParser is not using the correct Keys for RetireJS.
CLiParser.java:766-768
I believe it should be Settings.KEYS.ANALYZER_RETIREJS_ENABLED instead of Settings.KEYS.ANALYZER_RETIRED_ENABLED