mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-04-17 22:20:01 +02:00
AutoconfAnalyzer: Some 'diff' whitespace fixes.
Former-commit-id: 98b756d97d38068550a416eb1df0c7fa2e217504
This commit is contained in:
@@ -334,9 +334,9 @@ public final class CliParser {
|
||||
final Option disablePythonPackageAnalyzer = OptionBuilder.withLongOpt(ARGUMENT.DISABLE_PY_PKG)
|
||||
.withDescription("Disable the Python Package Analyzer.").create();
|
||||
|
||||
final Option disableAutoconfAnalyzer = OptionBuilder
|
||||
.withLongOpt(ARGUMENT.DISABLE_AUTOCONF)
|
||||
.withDescription("Disable the Autoconf Analyzer.").create();
|
||||
final Option disableAutoconfAnalyzer = OptionBuilder
|
||||
.withLongOpt(ARGUMENT.DISABLE_AUTOCONF)
|
||||
.withDescription("Disable the Autoconf Analyzer.").create();
|
||||
|
||||
final Option disableCentralAnalyzer = OptionBuilder.withLongOpt(ARGUMENT.DISABLE_CENTRAL)
|
||||
.withDescription("Disable the Central Analyzer. If this analyzer is disabled it is likely you also want to disable "
|
||||
@@ -810,7 +810,7 @@ public final class CliParser {
|
||||
*/
|
||||
public static class ARGUMENT {
|
||||
|
||||
/**
|
||||
/**
|
||||
* The long CLI argument name specifying the directory/file to scan.
|
||||
*/
|
||||
public static final String SCAN = "scan";
|
||||
|
||||
@@ -187,7 +187,7 @@ public final class Settings {
|
||||
/**
|
||||
* The properties key for whether the Autoconf analyzer is enabled.
|
||||
*/
|
||||
public static final String ANALYZER_AUTOCONF_ENABLED = "analyzer.autoconf.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