Open collinc777 opened 6 days ago
Example rule:
`print("hello world")`
grit check ./somefilepath.py 39:1 match hello world not allowed. hello_world_rule 1 files with rewrites. Run grit check --fix to apply changes.
then grit check --fix doesn't do anything although it says (1 File fixed)
grit check --fix
1 File fixed
Example rule:
then
grit check --fix
doesn't do anything although it says (1 File fixed
)