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

General: Add clang-tidy support #129

Merged
merged 1 commit into from
Apr 15, 2020
Merged

General: Add clang-tidy support #129

merged 1 commit into from
Apr 15, 2020

Conversation

stotko
Copy link
Owner

@stotko stotko commented Apr 15, 2020

clang-tidy allows to improve code quality and reduce the likelihood of introducing unnoticed regressions. Add native support for clang-tidy to build and analyze the project with clang-tidy.

Here, the config file .clang-tidy contains an initial set of enabled warnings after experimenting with some options. This list will be updated and extended in the future.

@stotko stotko added this to the 1.3.0 milestone Apr 15, 2020
@codecov
Copy link

codecov bot commented Apr 15, 2020

Codecov Report

Merging #129 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #129   +/-   ##
=======================================
  Coverage   97.92%   97.92%           
=======================================
  Files          28       28           
  Lines        1685     1685           
=======================================
  Hits         1650     1650           
  Misses         35       35           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 223abc8...760dd94. Read the comment docs.

@stotko stotko merged commit 5d4ed7d into master Apr 15, 2020
@stotko stotko deleted the clang_tidy branch April 15, 2020 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant