-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change exit code of clang-format (#192)
Because clang-format always returns an exit code of 0, We must check the output of the clang-format as a law string and re-returns exit code 0 or 1. So I would like to change clang-format exit code. - There is no need to change format (exit 0). - There is need to change format (exit 1). Finally, I want to contribute this to the upstream. ISSUE=#191
- Loading branch information
Showing
2 changed files
with
4 additions
and
17 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