#
4263ed4c |
| 08-Dec-2024 |
Jayanth Othayoth <ojayanth@gmail.com> |
clang-tidy: Customize Configuration
The .clang-tidy file has been updated to align with the recommended clang-tidy categories for C++ projects in OpenBMC. All recommended categories are enabled, and
clang-tidy: Customize Configuration
The .clang-tidy file has been updated to align with the recommended clang-tidy categories for C++ projects in OpenBMC. All recommended categories are enabled, and failing checks are disabled by prefixing them with a '-'.
This approach allows to improve coverage by enabling failing checks and making necessary code changes to fix failures over time.
Tested: Build and unit tests verified.
Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com> Change-Id: Ief641712880303f6763aeed21169ecbe80119f5a
show more ...
|
#
638384c5 |
| 10-May-2022 |
Brandon Kim <brandonkim@google.com> |
Add initial set of files
Includes LICENSE, OWNERS, MAINTAINERS, README.md, .gitignore, .clang-tidy, and .clang-format and a basic README.md
Signed-off-by: Brandon Kim <brandonkim@google.com> Change
Add initial set of files
Includes LICENSE, OWNERS, MAINTAINERS, README.md, .gitignore, .clang-tidy, and .clang-format and a basic README.md
Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I943ba7524046e23d7949fcaa8c3947ee01ba81e0
show more ...
|