Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ability to disable error using "@scala.annotation.nowarn" instead of "@SuppressWarnings" #956

Closed
eranmizrahi1 opened this issue Nov 23, 2023 · 0 comments · Fixed by #957

Comments

@eranmizrahi1
Copy link

  • Scala version: 2.13.11
  • wartremover version: 3.1.5

steps:

define a case class without "final" keyword:

case class Foo(a: Int, b: String)

try to ignore the error using "@scala.annotation.nowarn" fails:

@scala.annotation.nowarn
case class Foo(a: Int, b: String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant