Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make use of existing checklist in the project instead of fetching checklist information from <website>list.html #23

Open
SujjithS opened this issue Nov 8, 2023 · 0 comments

Comments

@SujjithS
Copy link

SujjithS commented Nov 8, 2023

In our cmake project we keep a clang.cmake to keep the custom specified checklists.

find_program(CLANG-TIDY_PATH clang-tidy REQUIRED)

function(AddClangTidy target)

set_target_properties(${target}
PROPERTIES CXX_CLANG_TIDY
"${CLANG-TIDY_PATH};--use-color;-checks=
# MISRACPP Rule 0-1-2,
misc-redundant-expression,
....,
....."
)
endfunction()

How to have these checklists fetched and given as input instead of fetching checklist from an html. But we still expect output toi be in html format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant