You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Init Go module
`go mod init github.com/anttharju/golangci-lint-updater`
* Add hello world
https://go.dev/play/
* Add golangci-lint workflow
* Improve naming
* Add .editorconfig
* Read golangci-lint version from a file
* Remove unnecessary names
* Add a makefile target for installing the linter
* Rename workflow to be more generic
* Add make shellcheck and workflow step
* Fix shellcheck issues
* Separate shellcheck from golangci-lint job
* Debug shellcheck
* Remove which shellcheck
It exists. Using find's -exex instead of xargs seemingly fixed the issue.
* See if shellcheck catches issues in the action run
* Revert "See if shellcheck catches issues in the action run"
This reverts commit b8b5ae0.
* Rename .golangci-version to .golangci.version
Matches .golangci.yml better
* Add make lint target
See https://tech.davis-hansson.com/p/make/
* Add lint-fix target and rename install-linter to lint-install
* Add golangci-lint config file
This is not its final form, just something to start with.
Pulled from an older (currently private) project of mine.
* Remove forbidigo
Wanted to see the golangci-lint job fail.
I think this is enough for this PR.
* Satisfy gosmopolitan
Caught me off-guard. Oh well.
* Add make ci for use with a pre-commit hook
Don't like being caught off-guard. Tighter feedback loop.
* Add make install-pre-commit-hook
Easier for anyone using the repo to install it now.
0 commit comments