Skip to content

Commit

Permalink
Exclude 'stormpot.internal' from revapi (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvest authored Dec 1, 2024
2 parents f840002 + 626677d commit 79b39ad
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions api-changes.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@
}
}
},
{
"extension": "revapi.filter",
"configuration": {
"elements": {
"exclude": [
{
"matcher": "java-package",
"match": "stormpot.internal"
}
]
}
}
},
{
"extension": "revapi.differences",
"configuration": {
Expand Down

0 comments on commit 79b39ad

Please sign in to comment.