Skip to content

Commit 43bd10d

Browse files
authored
Merge pull request tinkerbell#13 from tstromberg/prettier
Run prettier on .golangci.yml
2 parents e42d924 + 175b553 commit 43bd10d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.golangci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ linters-settings:
2929
min-complexity: 8
3030

3131
nolintlint:
32-
require-explanation: true
33-
allow-unused: false
34-
require-specific: true
32+
require-explanation: true
33+
allow-unused: false
34+
require-specific: true
3535

3636
revive:
3737
ignore-generated-header: true
@@ -154,17 +154,14 @@ linters:
154154
# - nlreturn
155155
# - testpackage
156156
# - wsl
157-
158157
# Disabled linters, due to not being relevant to our code base:
159158
# - maligned
160159
# - prealloc "For most programs usage of prealloc will be a premature optimization."
161-
162160
# Disabled linters due to bad error messages or bugs
163161
# - gofumpt
164162
# - gosec
165163
# - tagliatelle
166164

167-
168165
issues:
169166
# Excluding configuration per-path, per-linter, per-text and per-source
170167
exclude-rules:

0 commit comments

Comments
 (0)