Ruby bunder: Code needed to disable the analyzer in the CLI if desired.

This commit is contained in:
Dale Visser
2015-08-30 15:07:21 -04:00
parent 73e0292a4b
commit a0437bf933
5 changed files with 24 additions and 2 deletions

View File

@@ -162,7 +162,7 @@ public class RubyBundleAuditAnalyzer extends AbstractFileTypeAnalyzer {
*/
@Override
protected String getAnalyzerEnabledSettingKey() {
return Settings.KEYS.ANALYZER_RUBY_GEMSPEC_ENABLED;
return Settings.KEYS.ANALYZER_BUNDLE_AUDIT_ENABLED;
}
@Override