docs: update configs.md

skip-checks: true
This commit is contained in:
github-actions[bot] 2026-01-27 13:32:36 +00:00
parent a1d25809c5
commit ff9c0af8f9
2 changed files with 4 additions and 6 deletions

View File

@ -1373,8 +1373,7 @@ Default config:
basedpyright = {
analysis = {
autoSearchPaths = true,
diagnosticMode = "openFilesOnly",
useLibraryCodeForTypes = true
diagnosticMode = "openFilesOnly"
}
}
}
@ -5178,7 +5177,7 @@ Default config:
- `init_options` :
```lua
{
command = { "golangci-lint", "run", "--output.json.path=stdout", "--show-stats=false" }
command = { "golangci-lint", "run", "--output.text.path=", "--output.tab.path=", "--output.html.path=", "--output.checkstyle.path=", "--output.junit-xml.path=", "--output.teamcity.path=", "--output.sarif.path=", "--show-stats=false", "--output.json.path=stdout" }
}
```
- `root_markers` :

View File

@ -782,8 +782,7 @@ Default config:
basedpyright = {
analysis = {
autoSearchPaths = true,
diagnosticMode = "openFilesOnly",
useLibraryCodeForTypes = true
diagnosticMode = "openFilesOnly"
}
}
}
@ -3699,7 +3698,7 @@ Default config:
{ "go", "gomod" }
- init_options: >lua
{
command = { "golangci-lint", "run", "--output.json.path=stdout", "--show-stats=false" }
command = { "golangci-lint", "run", "--output.text.path=", "--output.tab.path=", "--output.html.path=", "--output.checkstyle.path=", "--output.junit-xml.path=", "--output.teamcity.path=", "--output.sarif.path=", "--show-stats=false", "--output.json.path=stdout" }
}
- root_markers: >lua
{ ".golangci.yml", ".golangci.yaml", ".golangci.toml", ".golangci.json", "go.work", "go.mod", ".git" }