Skip to content

Commit 904b342

Browse files
committed
Adapt .golangci.yml format to a new version
Signed-off-by: David Cassany <[email protected]>
1 parent 11bbeca commit 904b342

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.golangci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ run:
22
timeout: 5m
33
tests: false
44
output:
5-
format: github-actions
5+
formats:
6+
- format: github-actions
67
linters:
78
disable-all: true
89
enable:
@@ -26,13 +27,13 @@ linters-settings:
2627
goheader:
2728
template: |-
2829
Copyright © 2022 - {{year}} SUSE LLC
29-
30+
3031
Licensed under the Apache License, Version 2.0 (the "License");
3132
you may not use this file except in compliance with the License.
3233
You may obtain a copy of the License at
33-
34+
3435
http://www.apache.org/licenses/LICENSE-2.0
35-
36+
3637
Unless required by applicable law or agreed to in writing, software
3738
distributed under the License is distributed on an "AS IS" BASIS,
3839
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

0 commit comments

Comments
 (0)