csharpier icon indicating copy to clipboard operation
csharpier copied to clipboard

Deprecate --fast, add an option for --validate

Open belav opened this issue 3 years ago • 0 comments

CSharpier is mature enough that we no longer need to validate every time code is formatted.

  • Deprecate the --fast option. By default csharpier will not validate the changes.
  • Add a new option for --validate. This can be used to validate the changes csharpier makes
  • Update doc to recommend that --validate is used for the initial formatting commit to a new repo.

belav avatar Jan 19 '22 18:01 belav