mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 02:08:36 +00:00
update revive lint to latest commit (#12921)
* update revive lint to latest commit * make fmt * change import
This commit is contained in:
2
vendor/golang.org/x/tools/internal/lsp/fuzzy/matcher.go
generated
vendored
2
vendor/golang.org/x/tools/internal/lsp/fuzzy/matcher.go
generated
vendored
@@ -135,7 +135,7 @@ func (m *Matcher) Score(candidate string) float32 {
|
||||
}
|
||||
|
||||
m.lastCandidateMatched = false
|
||||
return -1
|
||||
return 0
|
||||
}
|
||||
|
||||
const minScore = -10000
|
||||
|
Reference in New Issue
Block a user