Skip to content

Commit 873f8ef

Browse files
authored
Merge pull request #35 from henrybear327/fix/golangci-link-config
Move exclude-files to issues section
2 parents 68ca465 + 6b7c2d3 commit 873f8ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/.golangci.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
22
run:
33
timeout: 30m
4-
issues.exclude-files: [^zz_generated.*]
54
issues:
65
max-same-issues: 0
76
# Excluding configuration per-path, per-linter, per-text and per-source
87
exclude-rules:
98
# exclude ineffassing linter for generated files for conversion
109
- path: conversion\.go
1110
linters: [ineffassign]
11+
exclude-files:
12+
- ^zz_generated.*
1213
linters:
1314
disable-all: true
1415
enable: # please keep this alphabetized

0 commit comments

Comments
 (0)