Enha: client stop string for completion only

This commit is contained in:
Grail Finder
2026-02-06 11:32:06 +03:00
parent d0722c6f98
commit 478a505869
4 changed files with 45 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
version: "2"
run:
concurrency: 2
timeout: 1m
concurrency: 4
tests: false
linters:
default: none
@@ -14,7 +15,13 @@ linters:
- prealloc
- staticcheck
- unused
- gocritic
- unconvert
- wastedassign
settings:
gocritic:
enabled-tags:
- performance
funlen:
lines: 80
statements: 50