Skip to content

Commit

Permalink
fix: do not attempt to reformat manual and read-only files
Browse files Browse the repository at this point in the history
  • Loading branch information
stergiotis committed Feb 24, 2024
1 parent c4bd776 commit 4de1cdb
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 124 deletions.
3 changes: 2 additions & 1 deletion public/imzero/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ find . -type f -name "*.out.go" -delete
rm -f "$here/main"

cd "$here"
gofmt -l -w .

find . -name "*.go" -perm /200 -not -name "*manual*" -exec gofmt -w {} \;
3 changes: 2 additions & 1 deletion public/imzero/imcolortextedit/api.out.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4de1cdb

Please sign in to comment.