Update CONTRIBUTING.md regarding MiMa issue filters (#23448)
This commit is contained in:
parent
bc0f2ee26d
commit
423f6d0094
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue