Skip to content

Commit

Permalink
Add formatcheck Make target (#3480)
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry S <[email protected]>
  • Loading branch information
dmitris committed Feb 22, 2024
1 parent 24a23d3 commit c9131ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ image:
# format runs format
format:
./scripts/format.sh -f true

# formatcheck runs format for diagnostics, without modifying the code
formatcheck:
./scripts/format.sh -f false

0 comments on commit c9131ab

Please sign in to comment.