normalize-syntax-rules 0.3.2

Syntax-based linting rules with tree-sitter queries
Documentation
1
2
3
# python/use-enumerate fixture

Fixture files for the `python/use-enumerate` syntax rule test. `match.py` uses `range(len(...))` in for loops; `no_match.py` uses `enumerate()`, plain `range()`, and other patterns which are not flagged.