Skip to content

Commit 220b9c6

Browse files
committed
Remove unnecessary mdocCheck command
1 parent 5eb4187 commit 220b9c6

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

build.sbt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ addCommandAlias(
2121
"scalafmtCheckAll",
2222
"scalastyle",
2323
"versionPolicyCheck",
24-
"mdocCheck",
24+
"docs/mdoc --check",
2525
"evicted",
2626
"undeclaredCompileDependenciesTest",
2727
"unusedCompileDependenciesTest",
@@ -30,14 +30,6 @@ addCommandAlias(
3030
).mkString(";")
3131
)
3232

33-
addCommandAlias(
34-
"mdocCheck",
35-
List(
36-
"""set docs / mdocExtraArguments += "--check"""",
37-
"docs / mdoc"
38-
).mkString("; ")
39-
)
40-
4133
val isScala213 = settingKey[Boolean]("Checks if the current Scala version is 2.13")
4234

4335
inThisBuild(

0 commit comments

Comments
 (0)