mirror of
https://github.com/ent/ent.git
synced 2026-04-28 05:30:56 +03:00
ci: bump golangci-lint version (#2106)
This commit is contained in:
committed by
GitHub
parent
39eb637a42
commit
f6c9428978
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
- name: Run linters
|
||||
uses: golangci/golangci-lint-action@v2.5.2
|
||||
with:
|
||||
version: v1.42
|
||||
version: v1.43.0
|
||||
|
||||
unit:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -52,12 +52,6 @@ issues:
|
||||
- linters:
|
||||
- unused
|
||||
source: ent.Schema
|
||||
- path: entc/integration/ent/schema/card.go
|
||||
text: "`internal` is unused"
|
||||
- path: dialect/sql/builder.go
|
||||
text: "SQL string concatenation"
|
||||
linters:
|
||||
- gosec
|
||||
- path: dialect/sql/schema
|
||||
linters:
|
||||
- dupl
|
||||
@@ -71,3 +65,6 @@ issues:
|
||||
- path: entc/load/schema.go
|
||||
linters:
|
||||
- staticcheck
|
||||
- path: entc/gen/graph.go
|
||||
linters:
|
||||
- gocritic
|
||||
Reference in New Issue
Block a user