v1.7.0
This release brings partial support for @nowarn
annotation introduced in Scala 2.13.2. silencer
allows it to be used in Scala 2.11 and 2.12. The annotation itself is provided by scala-collection-compat.
Support for @nowarn
is partial because silencer
doesn't understand filters which may be specified in an argument to @nowarn
. The only filter understood by silencer
is msg=<pattern>
. All other filters are interpreted as suppressing all warnings.