Skip to content

Commit 600ffcc

Browse files
authored
build: ♻️ add allowlist to vulture recipe (#79)
## Description Forgot to add this. <!-- Select quick/in-depth as necessary --> No review needed.
1 parent f71889c commit 600ffcc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

justfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,5 @@ check-unused:
7373
# - 100 %: function/method/class argument, unreachable code
7474
# - 90 %: import
7575
# - 60 %: attribute, class, function, method, property, variable
76-
uv run vulture src/ tests/
76+
# There are some things should be ignored though, with the allowlist.
77+
uv run vulture src/ tests/ **/vulture-allowlist.py

0 commit comments

Comments
 (0)