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.
2 parents 880c138 + afef5f7 commit 3f1e41cCopy full SHA for 3f1e41c
cli/src/main/scala/com/codacy/analysis/cli/command/CLIApp.scala
@@ -121,7 +121,7 @@ final case class APIOptions(@ValueDescription("The project token.")
121
@ValueDescription("The project name.")
122
project: Option[ProjectName] = Option.empty,
123
@ValueDescription("The codacy api base url.")
124
- codacyApiBaseUrl: Option[String] = Some("https://api.codacy.com"))
+ codacyApiBaseUrl: Option[String] = Option.empty)
125
126
final case class Analyze(
127
@Recurse
0 commit comments