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 f748d60 commit baca44fCopy full SHA for baca44f
.github/workflows/golangci-lint.yml
@@ -29,6 +29,8 @@ 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
35
+ - run: golangci-lint run --no-config strings/levenshteindistance
36
+ - run: golangci-lint run --no-config strings/naivesearch
0 commit comments