Referring to the pre-commit script and golangci yaml, a good number of committed files in the main branch still need to be formatted/linted. I've skipped running those commands on my end because I don't want my PRs to include diffs for formatting.
I ran:
@marcus Am I missing something or is there anything that can be done?
Referring to the pre-commit script and golangci yaml, a good number of committed files in the main branch still need to be formatted/linted. I've skipped running those commands on my end because I don't want my PRs to include diffs for formatting.
I ran:
gofmt -w .@marcus Am I missing something or is there anything that can be done?