bundle the same SWIFT package by different analyzers

This commit is contained in:
bjiang
2016-05-06 13:43:05 -04:00
parent dc7245ff6e
commit 1e7bbfa7c1
6 changed files with 50 additions and 18 deletions

View File

@@ -253,6 +253,14 @@ public final class Settings {
* The properties key for whether the OpenSSL analyzer is enabled.
*/
public static final String ANALYZER_OPENSSL_ENABLED = "analyzer.openssl.enabled";
/**
* The properties key for whether the cocoapods analyzer is enabled.
*/
public static final String ANALYZER_COCOAPODS_ENABLED = "analyzer.cocoapods.enabled";
/**
* The properties key for whether the SWIFT package manager analyzer is enabled.
*/
public static final String ANALYZER_SWIFT_PACKAGE_MANAGER_ENABLED = "analyzer.swift.package.manager.enabled";
/**
* The properties key for the Central search URL.
*/