Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VERIFY_INTERFACE_HEADER_SETS: Skip header files that have SKIP_LINTING | Kyle Edwards | 2023-06-06 | 1 | -2/+3 |
| | | | | Fixes: #24972 | ||||
* | Help: Wording, formatting and ordering fixes for SKIP_LINTING docs | Craig Scott | 2023-05-19 | 1 | -12/+12 |
| | | | | | Amends b480315e0c2 (TargetGenerator: Add SKIP_LINTING source property, 2023-05-12). | ||||
* | TargetGenerator: Add SKIP_LINTING source property | Orkun Tokdemir | 2023-05-16 | 1 | -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. |