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

Add clang-tidy File #58

Merged

Conversation

franziska-wegner
Copy link
Owner

@franziska-wegner franziska-wegner commented Dec 28, 2023

This PR adds an initial .clang-tidy file to the project. Note that the set of parameters for possible checks can be found at [1]. Clang tidy is a great customized checkers and especially interesting for large scale projects [2,3]. For CLion more information are available in [4].

References:
[1] https://clang.llvm.org/extra/clang-tidy/checks/list.html
[2] https://llvm.org/devmtg/2020-09/slides/Clang-tidy_for_Customized_Checkers_and_Large_Scale.pdf
[3] https://devblogs.microsoft.com/cppblog/exploring-clang-tooling-part-1-extending-clang-tidy/
[4] https://www.jetbrains.com/help/clion/clang-tidy-checks-support.html

Links:
* More Clang Checks can be found at https://clang.llvm.org/extra/clang-tidy/checks/list.html

Changes to be committed:
	new file:   .clang-tidy
@franziska-wegner franziska-wegner added documentation Improvements or additions to documentation CI/CD Changes in the CI process labels Dec 28, 2023
@franziska-wegner franziska-wegner self-assigned this Dec 28, 2023
@franziska-wegner franziska-wegner marked this pull request as ready for review December 28, 2023 21:51
Copy link

codecov bot commented Dec 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7596d7d) 93.26% compared to head (c49e63c) 93.26%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #58   +/-   ##
=======================================
  Coverage   93.26%   93.26%           
=======================================
  Files          29       29           
  Lines        2823     2823           
=======================================
  Hits         2633     2633           
  Misses        190      190           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@franziska-wegner franziska-wegner enabled auto-merge (squash) December 28, 2023 21:55
@franziska-wegner franziska-wegner merged commit 5c5a16c into main Dec 28, 2023
16 checks passed
@franziska-wegner franziska-wegner deleted the franziska-wegner/2023/december/CI/add-clang-tidy-file branch December 28, 2023 21:58
github-actions bot added a commit that referenced this pull request Dec 28, 2023
This PR adds an initial `.clang-tidy` file to the project. Note that the set of parameters for possible checks can be found at [1]. Clang tidy is a great customized checkers and especially interesting for large scale projects [2,3]. For CLion more information are available in [4].

References:
[1] https://clang.llvm.org/extra/clang-tidy/checks/list.html
[2] https://llvm.org/devmtg/2020-09/slides/Clang-tidy_for_Customized_Checkers_and_Large_Scale.pdf
[3] https://devblogs.microsoft.com/cppblog/exploring-clang-tooling-part-1-extending-clang-tidy/
[4] https://www.jetbrains.com/help/clion/clang-tidy-checks-support.html 5c5a16c
github-actions bot added a commit that referenced this pull request Dec 28, 2023
This PR adds an initial `.clang-tidy` file to the project. Note that the set of parameters for possible checks can be found at [1]. Clang tidy is a great customized checkers and especially interesting for large scale projects [2,3]. For CLion more information are available in [4].

References:
[1] https://clang.llvm.org/extra/clang-tidy/checks/list.html
[2] https://llvm.org/devmtg/2020-09/slides/Clang-tidy_for_Customized_Checkers_and_Large_Scale.pdf
[3] https://devblogs.microsoft.com/cppblog/exploring-clang-tooling-part-1-extending-clang-tidy/
[4] https://www.jetbrains.com/help/clion/clang-tidy-checks-support.html 5c5a16c
github-actions bot added a commit that referenced this pull request Dec 28, 2023
This PR adds an initial `.clang-tidy` file to the project. Note that the set of parameters for possible checks can be found at [1]. Clang tidy is a great customized checkers and especially interesting for large scale projects [2,3]. For CLion more information are available in [4].

References:
[1] https://clang.llvm.org/extra/clang-tidy/checks/list.html
[2] https://llvm.org/devmtg/2020-09/slides/Clang-tidy_for_Customized_Checkers_and_Large_Scale.pdf
[3] https://devblogs.microsoft.com/cppblog/exploring-clang-tooling-part-1-extending-clang-tidy/
[4] https://www.jetbrains.com/help/clion/clang-tidy-checks-support.html 5c5a16c
github-actions bot added a commit that referenced this pull request Dec 28, 2023
This PR adds an initial `.clang-tidy` file to the project. Note that the set of parameters for possible checks can be found at [1]. Clang tidy is a great customized checkers and especially interesting for large scale projects [2,3]. For CLion more information are available in [4].

References:
[1] https://clang.llvm.org/extra/clang-tidy/checks/list.html
[2] https://llvm.org/devmtg/2020-09/slides/Clang-tidy_for_Customized_Checkers_and_Large_Scale.pdf
[3] https://devblogs.microsoft.com/cppblog/exploring-clang-tooling-part-1-extending-clang-tidy/
[4] https://www.jetbrains.com/help/clion/clang-tidy-checks-support.html 5c5a16c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Changes in the CI process documentation Improvements or additions to documentation
Projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant