summaryrefslogtreecommitdiffstats
path: root/Help/prop_sf/SKIP_LINTING.rst
Commit message (Collapse)AuthorAgeFilesLines
* VERIFY_INTERFACE_HEADER_SETS: Skip header files that have SKIP_LINTINGKyle Edwards2023-06-061-2/+3
| | | | Fixes: #24972
* Help: Wording, formatting and ordering fixes for SKIP_LINTING docsCraig Scott2023-05-191-12/+12
| | | | | Amends b480315e0c2 (TargetGenerator: Add SKIP_LINTING source property, 2023-05-12).
* TargetGenerator: Add SKIP_LINTING source propertyOrkun Tokdemir2023-05-161-0/+41
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.