Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4499b0d

Browse files
authored
fix Scaladoc generation (and check it in CI) (#584)
1 parent1bf4369 commit4499b0d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

‎.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
java-version:${{matrix.java}}
2424
-uses:sbt/setup-sbt@v1
2525
-name:Test
26-
run:sbt ++${{matrix.scala}} test headerCheck versionPolicyCheck package
26+
run:sbt ++${{matrix.scala}} testdocheaderCheck versionPolicyCheck package

‎build.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
3434
// go nearly warning-free, but only on 2.13, it's too hard across all versions
3535
Compile/ scalacOptions++= (CrossVersion.partialVersion(scalaVersion.value)match {
3636
caseSome((2,13))=>Seq("-Werror","-Wunused",
37-
// ideally we'd do something about this. `^?` is the responsible method
38-
"-Wconf:site=scala.util.parsing.combinator.Parsers.*&cat=lint-multiarg-infix:i",
3937
// not sure what resolving this would look like? didn't think about it too hard
4038
"-Wconf:site=scala.util.parsing.combinator.lexical.StdLexical.*&cat=other-match-analysis:i",
4139
)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp