@@ -211,9 +211,6 @@ linters:
211
211
# (c) Bryan C. Mills / https://github.com/bcmills
212
212
- cyclop
213
213
214
- # Abandoned, replaced by `unused`.
215
- - deadcode
216
-
217
214
# Check declaration order of types, consts, vars and funcs.
218
215
# I like it but I don't use it.
219
216
- decorder
@@ -236,7 +233,6 @@ linters:
236
233
237
234
# Forces to handle more cases. Cool but noisy.
238
235
- exhaustive
239
- - exhaustivestruct # Deprecated, replaced by check below.
240
236
- exhaustruct
241
237
242
238
# Forbids some identifiers. I don't have a case for it.
@@ -268,9 +264,6 @@ linters:
268
264
# I don't use file headers.
269
265
- goheader
270
266
271
- # 1st Go linter, deprecated :( use `revive`.
272
- - golint
273
-
274
267
# Reports magic consts. Might be noisy but still good.
275
268
- mnd
276
269
@@ -283,9 +276,6 @@ linters:
283
276
# Groupt declarations, I prefer manually.
284
277
- grouper
285
278
286
- # Deprecated.
287
- - ifshort
288
-
289
279
# Checks imports aliases, rare.
290
280
- importas
291
281
@@ -307,9 +297,6 @@ linters:
307
297
# Slice declarations with non-zero initial length. Not my case.
308
298
- makezero
309
299
310
- # Deprecated. Use govet `fieldalignment`.
311
- - maligned
312
-
313
300
# Enforce tags in un/marshaled structs. Cool but not my case.
314
301
- musttag
315
302
@@ -322,9 +309,6 @@ linters:
322
309
# Reports all named returns, not that bad.
323
310
- nonamedreturns
324
311
325
- # Deprecated. Replaced by `revive`.
326
- - nosnakecase
327
-
328
312
# Finds misuse of Sprintf with host:port in a URL. Cool but rare.
329
313
- nosprintfhostport
330
314
0 commit comments