Skip to content

Commit afef5f7

Browse files
committed
default codacyApiBaseUrl to empty on a first step
1 parent 880c138 commit afef5f7

File tree

1 file changed

+1
-1
lines changed
  • cli/src/main/scala/com/codacy/analysis/cli/command

1 file changed

+1
-1
lines changed

cli/src/main/scala/com/codacy/analysis/cli/command/CLIApp.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ final case class APIOptions(@ValueDescription("The project token.")
121121
@ValueDescription("The project name.")
122122
project: Option[ProjectName] = Option.empty,
123123
@ValueDescription("The codacy api base url.")
124-
codacyApiBaseUrl: Option[String] = Some("https://api.codacy.com"))
124+
codacyApiBaseUrl: Option[String] = Option.empty)
125125

126126
final case class Analyze(
127127
@Recurse

0 commit comments

Comments
 (0)