Update CONTRIBUTING.md regarding MiMa issue filters (#23448)

This commit is contained in:
Martynas Mickevičius 2017-07-27 15:38:26 +03:00 committed by Johan Andrén
parent bc0f2ee26d
commit 423f6d0094

View file

@ -181,7 +181,7 @@ an error like this:
[error] filter with: ProblemFilters.exclude[ReversedMissingMethodProblem]("akka.stream.scaladsl.FlowOps.foldAsync") [error] filter with: ProblemFilters.exclude[ReversedMissingMethodProblem]("akka.stream.scaladsl.FlowOps.foldAsync")
``` ```
In such situations it's good to consult with a core team member if the violation can be safely ignored (by adding the above snippet to `project/MiMa.scala`), or if it would indeed break binary compatibility. In such situations it's good to consult with a core team member if the violation can be safely ignored (by adding the above snippet to `<module>/src/main/mima-filters/<last-version>.backwards.excludes`), or if it would indeed break binary compatibility.
Situations when it may be fine to ignore a MiMa issued warning include: Situations when it may be fine to ignore a MiMa issued warning include: