Skip to content

Commit fc47f85

Browse files
committed
fix: lint
1 parent a99c74a commit fc47f85

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.golangci.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ issues:
5151
- linters:
5252
- gosimple
5353
text: "S1000"
54-
- path: 'config/keys.go'
54+
- path: "config/keys.go"
5555
linters:
56-
- godot
56+
- godot
57+
- path: "internal/sync/images.go"
58+
linters:
59+
- nestif
60+
- path: "reload.go"
61+
text: "SA9003"

0 commit comments

Comments
 (0)