Skip to content

Commit f10156f

Browse files
Add readme changes
1 parent 0aa483c commit f10156f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ The following standards are under active development for [C++17](https://www.iso
2525

2626
- [MISRA C++ 2023](https://misra.org.uk/product/misra-cpp2023/) - under development - _scheduled for release 2025 Q2/Q3_
2727

28+
## Baseline suites
29+
30+
In addition to supporting the above coding standards, we also export "baseline" query suites for C and C++ which contain a selection of well-supported, less opinionated, low false positive rate rules. These baseline suites are intended to be suitable for a wide variety of C/C++ projects that are interested in additional code quality and safety checks without the full strictness of a specific coding standard.
31+
2832
## How do I use the CodeQL Coding Standards Queries?
2933

3034
The use of the CodeQL Coding Standards is extensively documented in the [user manual](docs/user_manual.md).

0 commit comments

Comments
 (0)