aboutsummaryrefslogtreecommitdiff
path: root/golint.bash
AgeCommit message (Collapse)Author
2020-04-13shellcheck: make top-level bash scripts warning-freeJakob Unterwurzacher
And run shellcheck in test.bash.
2017-06-01golint: get rid of underscore warnings for good.Jakob Unterwurzacher
We got another warning for force_other: cli_args.go:26:45: don't use underscores in Go names; struct field force_owner should be forceOwner Use a broader grep.
2017-04-30golint.bash: fix exit codesJakob Unterwurzacher
We want to exit with 1 only if we we have complaints left after the greps.
2017-04-29fix golint complaintsJakob Unterwurzacher
2016-11-17Fix golint warnings, add helper scriptJakob Unterwurzacher