Skip to content

Commit

Permalink
chore:Proto reformating (#230)
Browse files Browse the repository at this point in the history
* renamed all proto fileds to adhere to the naming convention

* renamed all proto fileds to adhere to the naming convention

* fixed formatting
  • Loading branch information
CommanderStorm authored Sep 19, 2023
1 parent 5893719 commit 85d44a8
Show file tree
Hide file tree
Showing 5 changed files with 1,076 additions and 1,133 deletions.
5 changes: 3 additions & 2 deletions server/api/generate.bash
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ rm -f google/api/*.go
rm -f google/api/*.swagger.json

echo maing sure that the generated files are formatted
go fmt tumdev/*.go
goimports -w tumdev/*.go
go fmt tumdev/*.go || exit 1
goimports -w tumdev/*.go || exit 1
buf format -w --path tumdev || exit 1

# clean up the stack
popd > /dev/null
Loading

0 comments on commit 85d44a8

Please sign in to comment.