Skip to content

Commit

Permalink
Two Fixes
Browse files Browse the repository at this point in the history
Ignore usage warnings in test
  • Loading branch information
reid-spencer committed Apr 1, 2024
1 parent db45fcb commit f9f3748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/scala/app/improving/test/CheckRiddlTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ class CheckRiddlTest extends RunCommandSpecBase {
"CheckRiddlTest" should {
"validate riddl" in {
runWith(Seq(
"--verbose", "--debug",
"--suppress-style-warnings", "--suppress-missing-warnings",
"--hide-usage-warnings",
"validate", "src/main/riddl/ImprovingApp.riddl"
))
}
}
}
}

0 comments on commit f9f3748

Please sign in to comment.