Files
go-test-sarif/.golangci.yml
Ismo Vuorinen ffb5da2a8e feat: add golangci-lint and restore megalinter config (#22)
* feat: add golangci-lint and restore megalinter config

* chore: fix linting, go mod tidy

* fix(ci): add golangci-lint action setup to test.yml

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* chore: tweaks

* fix(ci): tweaks

* fix(ci): disable go_golangci_lint in megalinter

* chore: yamllint rules

* chore(ci): tweak yml

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-07-15 17:49:15 +03:00

9 lines
96 B
YAML

version: "2"
run:
timeout: 5m
linters:
enable:
- errcheck
- govet
- staticcheck