gritql icon indicating copy to clipboard operation
gritql copied to clipboard

grit check mistakenly suggests to the user there's a rewrite available when there isn't

Open collinc777 opened this issue 1 year ago • 0 comments

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)

collinc777 avatar Nov 15 '24 17:11 collinc777