We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e42775 commit a1f48e1Copy full SHA for a1f48e1
1 file changed
cli/src/main/scala/com/codacy/analysis/cli/command/CLIApp.scala
@@ -146,7 +146,8 @@ final case class Analyze(
146
skipCommitUuidValidation: Int @@ Counter = Tag.of(0),
147
@ExtraName("u") @ValueDescription("If the results should be uploaded to the API")
148
upload: Int @@ Counter = Tag.of(0),
149
- @ExtraName("i") @ValueDescription("[default: false] - Skips ssl verification when comunicating with Codacy API")
+ @ExtraName("i") @ValueDescription(
150
+ "[default: false] - Skip the SSL certificate verification when communicating with the Codacy API")
151
skipSslVerification: Int @@ Counter = Tag.of(0),
152
@ExtraName("p") @ValueDescription("The number of tools to run in parallel")
153
parallel: Option[Int] = Option.empty,
0 commit comments