Skip to content

Commit a64b105

Browse files
refactor: Add script to detect unused code
1 parent a28263a commit a64b105

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

detect_unused.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vulture ./parser ./main.py ./fuzz.py ./test --ignore-decorators="@_register_autowalk_expr*" --exclude="parser/astgen/ast_print.py"

0 commit comments

Comments
 (0)