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

@@ -206,6 +206,10 @@ public final class Settings {
* The properties key for whether the CMake analyzer is enabled.
*/
public static final String ANALYZER_CMAKE_ENABLED = "analyzer.cmake.enabled";
/**
* The properties key for whether the Ruby Bundler Audit analyzer is enabled.
*/
public static final String ANALYZER_BUNDLE_AUDIT_ENABLED = "analyzer.bundle.audit.enabled";
/**
* The properties key for whether the .NET Assembly analyzer is enabled.
*/