Skip to content

Commit f587881

Browse files
committed
review comment fixes
1 parent 71ebcaa commit f587881

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Linting
22
on:
3-
push:
3+
pull_request:
44
jobs:
55
tools:
66
name: Get tool-versions

.golangci.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ linters:
2222
- misspell
2323
- errorlint
2424
- contextcheck
25-
disable:
26-
- deadcode
27-
- rowserrcheck
28-
- structcheck
29-
- varcheck
3025
linters-settings:
3126
exhaustive:
3227
default-signifies-exhaustive: true

0 commit comments

Comments
 (0)