Skip to content

Commit

Permalink
Ignore false positive graveyard checker invoiceninja
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamandar committed Dec 20, 2024
1 parent 6f3786c commit 7980f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog_linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def check_app(
if wishlist_matches:
yield f"app seems to be listed in wishlist: {wishlist_matches}", True

ignored_graveyard_entries = ["mailman"]
ignored_graveyard_entries = ["mailman", "invoiceninja"]
graveyard_matches = [
grave
for grave in get_graveyard()
Expand Down

0 comments on commit 7980f2f

Please sign in to comment.