You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started.md
+50Lines changed: 50 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,27 @@
2
2
3
3
Welcome to cpp-linter! This guide will help you integrate C/C++ linting into your workflow quickly and efficiently.
4
4
5
+
## What is cpp-linter?
6
+
7
+
cpp-linter connects the standard LLVM linting tools, `clang-format` and `clang-tidy`, to the places where C/C++ projects need checks: pull requests, pre-commit hooks, local scripts, and CI jobs.
8
+
9
+
-`clang-format` checks formatting against a named style or your `.clang-format` file.
10
+
-`clang-tidy` runs static-analysis and modernization checks, usually configured by `.clang-tidy`.
11
+
- cpp-linter packages those tools into integrations with consistent defaults, reporting, and failure controls.
12
+
5
13
## Choose Your Integration
6
14
7
15
<!-- markdownlint-disable MD033 -->
8
16
9
17
Select the method that best fits your development workflow:
0 commit comments