mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 00:03:43 +01:00
Merge pull request #241 from dwvisser/autoconf-files-analyzer
Autoconf files analyzer Former-commit-id: f8e364d31b9a40abfef67ef93d91cb65527be217
This commit is contained in:
@@ -185,6 +185,10 @@ public final class Settings {
|
||||
* The properties key for whether the Python Package analyzer is enabled.
|
||||
*/
|
||||
public static final String ANALYZER_PYTHON_PACKAGE_ENABLED = "analyzer.python.package.enabled";
|
||||
/**
|
||||
* The properties key for whether the Autoconf analyzer is enabled.
|
||||
*/
|
||||
public static final String ANALYZER_AUTOCONF_ENABLED = "analyzer.autoconf.enabled";
|
||||
/**
|
||||
* The properties key for whether the .NET Assembly analyzer is enabled.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user