chore(lint): add revive and lint

This commit is contained in:
2025-07-29 09:33:17 +03:00
parent 114b564284
commit b3fb79eaa2
2 changed files with 2 additions and 0 deletions

View File

@@ -6,3 +6,4 @@ linters:
- errcheck
- govet
- staticcheck
- revive

View File

@@ -1,3 +1,4 @@
// Package main provides the CLI for converting go test JSON output to SARIF format.
package main
import (