Private
Public Access
feat(directives): add rule-statement header to 1-8 of 66 v1.md files
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# Only ast.parse() is not enough — verify semantic correctness by importing and instantiating
|
||||
|
||||
### Rule 7. ast.parse() Is Not Enough
|
||||
|
||||
`py_check_syntax` only confirms `ast.parse()` succeeds. Semantic errors (wrong decorator targets, wrong base class, wrong attribute, missing `self`) are NOT caught. After any multi-line edit, ALWAYS:
|
||||
|
||||
Reference in New Issue
Block a user