Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
- ``error_handling`` — error-handling anti-patterns
- ``perf_walk`` — the performance-risk pass
- ``class_analysis`` — class-level LCOM4 / god-class metrics

Each pass is independent and side-effect free, so ``walk_file`` can run them
in any order over the single parsed tree.
"""

from __future__ import annotations
Expand Down
Loading