Skip to content

Commit 9a001ee

Browse files
authored
linter changes (#10625)
1 parent 11a8d78 commit 9a001ee

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
lines changed

.golangci.yaml

+5-16
Original file line numberDiff line numberDiff line change
@@ -79,24 +79,13 @@ run:
7979
# If we find that the job is timing out, we can explore ways to make this job run faster, or increase the timeout.
8080
timeout: 10m
8181

82-
skip-dirs:
83-
# don't lint ruleguard files
84-
- test/rules
85-
86-
# don't lint gomock intermediate files
87-
- 'gomock_reflect_\d*'
88-
8982
# output configuration options
9083
output:
91-
# Format: colored-line-number|line-number|json|colored-tab|tab|checkstyle|code-climate|junit-xml|github-actions|teamcity
92-
#
93-
# Multiple can be specified by separating them by comma, output can be provided
94-
# for each of them by separating format name and path by colon symbol.
95-
# Output path can be either `stdout`, `stderr` or path to the file to write to.
96-
# Example: "checkstyle:report.xml,json:stdout,colored-line-number"
97-
#
98-
# Default: colored-line-number
99-
format: colored-line-number
84+
# Use default format
85+
# Default:
86+
# formats:
87+
# - format: colored-line-number
88+
# path: stdout
10089

10190
# Print lines of code with issue.
10291
print-issued-lines: true
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
changelog:
2+
- type: NON_USER_FACING
3+
resolvesIssue: false
4+
description: >-
5+
Updates for golangci-lint-action breaking changes in `6.5.0`
6+
skipCI-kube-tests:true
7+
skipCI-docs-build:true

0 commit comments

Comments
 (0)