-
-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adapt process to use formatFileAsync API * CoreGlobalTool checks if formatted code is valid * Uses FakeHelper's format family functions which classify the format result i.e. changed/unchanged/error, in preparation for a --check command (#642) * fix bug where stdin would not accept cat files * update --stdin flag docs * address code review concerns * remove need for temp files in FormatResult * Updated month in release notes * Initial CLI check functionality draft * Supports checking both files and folders * Always reports changes to stdout * make check code faster * previously it was blocking for every element of the sequence and that was delaying the output massivelly * now it should be pretty responsive * update docs * add test CLI test project * Refactor and test check functionality * Added CoreGlobalTool.Test project * Test specific CoreGlobalTool functionality * Separated --check command logic into a separate module * Removed src folder from solution * Removed nunitlite * Refactored checkCode to FAKEHelpers Co-authored-by: Florian Verdonck <[email protected]>
- Loading branch information
Showing
19 changed files
with
477 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.