nvchecker: add go-critic

This commit is contained in:
George Rawlinson 2021-10-28 18:59:47 +00:00
parent b027ea7852
commit 3dade93cbc
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 6 additions and 0 deletions

View File

@ -78,6 +78,12 @@ prefix = "r"
# github
[go-critic]
source = "github"
github = "go-critic/go-critic"
use_max_tag = true
prefix = "v"
[cargo-pgx]
source = "github"
github = "zombodb/pgx"