Initial checkin of ComposerLockAnalyzer

This commit is contained in:
Will Stranathan
2015-09-05 12:57:07 -04:00
parent b5a070b228
commit 6a7a868b71
14 changed files with 2395 additions and 0 deletions

View File

@@ -225,6 +225,14 @@ public final class Settings {
* The properties key for whether the node.js package analyzer is enabled.
*/
public static final String ANALYZER_NODE_PACKAGE_ENABLED = "analyzer.node.package.enabled";
/**
* The properties key for whether the composer json file analyzer is enabled.
*/
public static final String ANALYZER_COMPOSER_JSON_ENABLED = "analyzer.composer.json.enabled";
/**
* The properties key for whether the composer lock file analyzer is enabled.
*/
public static final String ANALYZER_COMPOSER_LOCK_ENABLED = "analyzer.composer.lock.enabled";
/**
* The properties key for the Nexus search URL.
*/