From 407fc94785976e6b5f64c8da5e15ae7580e7a8a3 Mon Sep 17 00:00:00 2001 From: clice-bot <306533837+clice-bot@users.noreply.github.com> Date: Thu, 27 Aug 2026 06:13:35 +0000 Subject: [PATCH] docs: sync clice --- en/clice/changelog/feature-changelog.md | 2 +- en/clice/guide/configuration.md | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/en/clice/changelog/feature-changelog.md b/en/clice/changelog/feature-changelog.md index 0e0e0e6a..8c60e4e8 100644 --- a/en/clice/changelog/feature-changelog.md +++ b/en/clice/changelog/feature-changelog.md @@ -56,4 +56,4 @@ v1.0 ships first as rolling beta releases (`v1.0.0-beta.1`, `beta.2`, …) for a - Code completion, navigation, document links, and diagnostics are functional but not yet complete (see the feature overview pages for per-feature status). - Code actions are not implemented yet (and not advertised). -- clang-tidy integration is planned; the `clang_tidy` config option is parsed but has no effect. +- clang-tidy runs as a batch pass through `clice lint`; live clang-tidy diagnostics in the editor are planned. diff --git a/en/clice/guide/configuration.md b/en/clice/guide/configuration.md index 5c46ab1b..20ee5186 100644 --- a/en/clice/guide/configuration.md +++ b/en/clice/guide/configuration.md @@ -18,14 +18,6 @@ The following variable is supported in string values: -### `project.clang_tidy` - -| Type | Default | -| ------ | ------- | -| `bool` | `false` | - -Run clang-tidy alongside compiler diagnostics. Not yet wired: the option is parsed but has no effect. - ### `project.cache_dir` | Type | Default |