Skip to content

Commit

Permalink
set recommended bash options
Browse files Browse the repository at this point in the history
  • Loading branch information
denik committed Dec 30, 2024
1 parent d101def commit c83d63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -e
set -euo pipefail
# With golangci-lint, if there are any compliation issues, they formatters autofix won't be applied.
# https://github.com/golangci/golangci-lint/issues/5257
# However, running goimports first alone will actually fix some of the compilation issues.
Expand Down

0 comments on commit c83d63f

Please sign in to comment.