Skip to content

Commit f748d60

Browse files
committed
Updated ci lint configuration.
Signed-off-by: Jobin John <[email protected]>
1 parent 91b6494 commit f748d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- run: golangci-lint run --no-config other || true
3030
- run: golangci-lint run --no-config searches || true
3131
- run: golangci-lint run --no-config sorts
32-
- run: golangci-lint run --no-config strings
32+
- run: golangci-lint run --no-config strings/...
3333
- run: golangci-lint run --no-config "strings/multiple string matching" || true
3434
# - run: golangci-lint run --no-config "strings/single string matching" || true

0 commit comments

Comments
 (0)