We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b6494 commit f748d60Copy full SHA for f748d60
.github/workflows/golangci-lint.yml
@@ -29,6 +29,6 @@ jobs:
29
- run: golangci-lint run --no-config other || true
30
- run: golangci-lint run --no-config searches || true
31
- run: golangci-lint run --no-config sorts
32
- - run: golangci-lint run --no-config strings
+ - run: golangci-lint run --no-config strings/...
33
- run: golangci-lint run --no-config "strings/multiple string matching" || true
34
# - run: golangci-lint run --no-config "strings/single string matching" || true
0 commit comments