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

Clang-Tidy integration #299

Closed
3 tasks done
elfenpiff opened this issue Sep 18, 2020 · 1 comment · Fixed by #1175
Closed
3 tasks done

Clang-Tidy integration #299

elfenpiff opened this issue Sep 18, 2020 · 1 comment · Fixed by #1175
Assignees
Labels
enhancement New feature
Milestone

Comments

@elfenpiff
Copy link
Contributor

elfenpiff commented Sep 18, 2020

Brief feature description

We should use clang-tidy to verify our coding guidelines. There is already clang-tidy available in utils and posh but we have to enhance it and also use it in binding_c where we have a different code style or in utils/cxx.

  • Integrate clang-tidy into the IDE of the developers so that they are getting hints when the violating rules
  • use commit hooks for clang-tidy
  • Fix clang-tidy warnings in code base
@elfenpiff elfenpiff added the enhancement New feature label Sep 18, 2020
@mossmaurice mossmaurice added this to the v2.0 milestone Nov 4, 2020
@dkroenke dkroenke mentioned this issue May 26, 2021
4 tasks
dkroenke added a commit to ApexAI/iceoryx that referenced this issue Feb 10, 2022
dkroenke added a commit to ApexAI/iceoryx that referenced this issue Feb 10, 2022
dkroenke added a commit to ApexAI/iceoryx that referenced this issue Feb 10, 2022
dkroenke added a commit to ApexAI/iceoryx that referenced this issue Feb 10, 2022
dkroenke added a commit to ApexAI/iceoryx that referenced this issue Feb 10, 2022
dkroenke added a commit to ApexAI/iceoryx that referenced this issue Feb 10, 2022
dkroenke added a commit to ApexAI/iceoryx that referenced this issue Feb 10, 2022
dkroenke added a commit to ApexAI/iceoryx that referenced this issue Feb 11, 2022
dkroenke added a commit to ApexAI/iceoryx that referenced this issue Feb 14, 2022
dkroenke added a commit to ApexAI/iceoryx that referenced this issue Feb 14, 2022
dkroenke added a commit to ApexAI/iceoryx that referenced this issue Feb 14, 2022
dkroenke added a commit to ApexAI/iceoryx that referenced this issue Feb 14, 2022
dkroenke added a commit to ApexAI/iceoryx that referenced this issue Feb 14, 2022
dkroenke added a commit to ApexAI/iceoryx that referenced this issue Feb 14, 2022
dkroenke added a commit to ApexAI/iceoryx that referenced this issue Feb 14, 2022
dkroenke added a commit to ApexAI/iceoryx that referenced this issue Feb 14, 2022
dkroenke added a commit to ApexAI/iceoryx that referenced this issue Feb 14, 2022
dkroenke added a commit to ApexAI/iceoryx that referenced this issue Feb 14, 2022
dkroenke added a commit to ApexAI/iceoryx that referenced this issue Feb 14, 2022
dkroenke added a commit to ApexAI/iceoryx that referenced this issue Feb 14, 2022
dkroenke added a commit to ApexAI/iceoryx that referenced this issue Feb 14, 2022
dkroenke added a commit to ApexAI/iceoryx that referenced this issue Feb 15, 2022
dkroenke added a commit to ApexAI/iceoryx that referenced this issue Feb 15, 2022
dkroenke added a commit that referenced this issue Feb 16, 2022
elfenpiff added a commit to ApexAI/iceoryx that referenced this issue Feb 28, 2022
elfenpiff added a commit to ApexAI/iceoryx that referenced this issue Feb 28, 2022
@elfenpiff elfenpiff linked a pull request Feb 28, 2022 that will close this issue
21 tasks
elfenpiff added a commit that referenced this issue Feb 28, 2022
@mossmaurice mossmaurice reopened this Feb 28, 2022
@elfenpiff
Copy link
Contributor Author

The clang-tidy integration is finished, now we have to enable all checks and get rid of the warnings. This is done in the issue #1196

This issue is finished.

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

Successfully merging a pull request may close this issue.

3 participants