File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
src/main/scala/io/lambdaworks/detection Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,6 @@ inThisBuild(
26
26
)
27
27
)
28
28
29
- // Sonatype publish options
30
- sonatypeCredentialHost := " s01.oss.sonatype.org"
31
- sonatypeRepository := " https://s01.oss.sonatype.org/service/local"
32
-
33
29
addCommandAlias(" prepare" , " fix; fmt" )
34
30
addCommandAlias(" check" , " fixCheck; fmtCheck" )
35
31
addCommandAlias(" fmt" , " all scalafmtSbt scalafmtAll" )
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.4" )
2
2
addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.14.3" )
3
- addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.9.3 " )
3
+ addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.1 " )
4
4
addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.7.1" )
5
5
addSbtPlugin(" com.github.sbt" % " sbt-unidoc" % " 0.5.0" )
6
6
addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.13.1" )
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ object UrlDetectorOptions {
48
48
/** Checks for bracket characters and more importantly quotes to start and end strings. */
49
49
case object Json extends UrlDetectorOptions
50
50
51
- /** Checks JSON format or but also looks for a single quote. */
51
+ /** Checks JSON format but also looks for a single quote. */
52
52
case object Javascript extends UrlDetectorOptions
53
53
54
54
/**
@@ -57,7 +57,7 @@ object UrlDetectorOptions {
57
57
*/
58
58
case object Xml extends UrlDetectorOptions
59
59
60
- /** Checks all of the rules besides brackets. This is XML but also can contain Javascript . */
60
+ /** Checks all the rules besides brackets. This is XML but also can contain JavaScript . */
61
61
case object Html extends UrlDetectorOptions
62
62
63
63
/** Checks for single level domains as well. Ex: go/, http://localhost */
You can’t perform that action at this time.
0 commit comments