From ff9c0af8f9b2097fdd2695058db7e04c193908aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 27 Jan 2026 13:32:36 +0000 Subject: docs: update configs.md skip-checks: true --- doc/configs.md | 5 ++--- doc/configs.txt | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/doc/configs.md b/doc/configs.md index 30e8d30b..0a651dd3 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -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` : diff --git a/doc/configs.txt b/doc/configs.txt index 5e44c473..1dd428ea 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -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" } -- cgit v1.2.3-70-g09d2