You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change introduces a new feature that will suggest a fix in
the form of a line of code as replacement for the line range of
the issue.
This is the first step to have the ability to auto-correct problems
detected. Later more changes can be merged to modify the file with
the suggested fix.
The Issue class has a new fix string attribute that denotes how
the lines of affected code can be replaced. This suggested fix
will not preserve code comments and possibly other optimizations
the AST does not capture.
Closes#439
Signed-off-by: Eric Brown <[email protected]>
Signed-off-by: Eric Brown <[email protected]>
0 commit comments