Skip to content

Commit 2d76dfe

Browse files
committed
Update config
Signed-off-by: Sascha Grunert <[email protected]>
1 parent e8fd2ed commit 2d76dfe

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- name: golangci-lint
2020
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
2121
with:
22-
version: v1.61
22+
version: v1.65

.golangci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
run:
33
concurrency: 6
4-
deadline: 5m
4+
timeout: 5m
55
issues:
66
exclude-rules:
77
# counterfeiter fakes are usually named 'fake_<something>.go'
@@ -37,9 +37,7 @@ linters:
3737
- errchkjson
3838
- errname
3939
- errorlint
40-
- execinquery
4140
- exhaustive
42-
- exportloopref
4341
- forcetypeassert
4442
- gci
4543
- ginkgolinter
@@ -241,9 +239,6 @@ linters-settings:
241239
nolintlint:
242240
# Enable to ensure that nolint directives are all used. Default is true.
243241
allow-unused: false
244-
# Disable to ensure that nolint directives don't have a leading space. Default is true.
245-
# TODO(lint): Enforce machine-readable `nolint` directives
246-
allow-leading-space: true
247242
# Exclude following linters from requiring an explanation. Default is [].
248243
allow-no-explanation: []
249244
# Enable to require an explanation of nonzero length after each nolint directive. Default is false.

0 commit comments

Comments
 (0)