Skip to content

Commit bd7d3ad

Browse files
authored
Merge pull request kubernetes-sigs#54 from elevran/lint_new_code_only
Report lint errors on new code only
2 parents 92ff564 + 1f44410 commit bd7d3ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.golangci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ run:
44

55
# Settings related to issues
66
issues:
7+
# Report issues on new code only (since we're brining in from upstream)
8+
new: true
79
# Which dirs to exclude: issues from them won't be reported
810
exclude-dirs:
911
- bin

0 commit comments

Comments
 (0)