This can be redone manually with `pre-commit run --all` While the pre-commit hook could be merged to run locally, it is much cleaner to align all the files to best-practice syntax in a single commit. It is also required for server-side validation. |
||
|---|---|---|
| .. | ||
| access.go | ||
| access_test.go | ||
| app.go | ||
| app_test.go | ||
| config_loader.go | ||
| config_loader_test.go | ||
| publish.go | ||
| publish_test.go | ||
| publish_unix.go | ||
| publish_windows.go | ||
| serve.go | ||
| serve_test.go | ||
| subscribe.go | ||
| subscribe_darwin.go | ||
| subscribe_unix.go | ||
| subscribe_windows.go | ||
| user.go | ||
| user_test.go | ||