normalize-syntax-rules 0.3.2

Syntax-based linting rules with tree-sitter queries
Documentation
1
2
3
# fixtures/python/assert-in-non-test

Test fixtures for the `python/assert-in-non-test` syntax rule. `match.py` contains `assert` statements in non-test code that the rule should flag. `no_match.py` uses explicit `if/raise` validation which should produce no findings.