mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
b480315e0c
The `SKIP_LINTING` source property was added to disable code check for desired source files. The `SKIP_LINTING`includes `cpplint`, `clang-tidy`, \ `cppcheck` and `include-what-you-use`. If `SKIP_LINTING` is set on a source file, the tools mentioned above will not be run on that source file.
6 lines
147 B
ReStructuredText
6 lines
147 B
ReStructuredText
skip-linting
|
|
------------
|
|
|
|
* The :prop_sf:`SKIP_LINTING` source file property was added to suppress
|
|
target-wide code checks on specific sources.
|