protolint icon indicating copy to clipboard operation
protolint copied to clipboard

Consider add `--dry-run` option to `fix` command

Open Dentrax opened this issue 3 years ago • 1 comments

It would be nice to have such --dry-run flag to see what protolint going to rewrite:

For example:

$ protolint lint -fix . --dry-run

Dentrax avatar Jul 06 '22 07:07 Dentrax

@Dentrax Thank you for bringing up a nice suggestion.

I agree with you, but it could take some time to add this option because the current implementation is not well-designed for it.

yoheimuta avatar Jul 10 '22 10:07 yoheimuta