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

Enforce identifier naming #565

Merged
merged 7 commits into from
Sep 5, 2022

Conversation

bernhardmgruber
Copy link
Member

@bernhardmgruber bernhardmgruber commented Sep 1, 2022

The names used in LLAMA have grown too inconsistent over time. Mostly a mix of camelBack, CamelCase and snake_case is used. This PR enables several more identifier naming checks in clang-tidy and enforces them in the CI.

@bernhardmgruber bernhardmgruber changed the title Tidy Enforce identifier naming Sep 1, 2022
@bernhardmgruber bernhardmgruber force-pushed the tidy branch 2 times, most recently from 767886b to c4d7ea7 Compare September 1, 2022 15:37
@codecov
Copy link

codecov bot commented Sep 1, 2022

Codecov Report

Merging #565 (235530c) into develop (d805854) will increase coverage by 0.00%.
The diff coverage is 94.65%.

@@           Coverage Diff            @@
##           develop     #565   +/-   ##
========================================
  Coverage    98.82%   98.82%           
========================================
  Files           64       64           
  Lines         6036     6038    +2     
========================================
+ Hits          5965     5967    +2     
  Misses          71       71           

@bernhardmgruber bernhardmgruber force-pushed the tidy branch 8 times, most recently from 6e2e647 to 5041b77 Compare September 2, 2022 21:23
@bernhardmgruber
Copy link
Member Author

I will create a new PR for increasing the test coverage of the dump tests.

@bernhardmgruber bernhardmgruber marked this pull request as ready for review September 5, 2022 14:35
@bernhardmgruber bernhardmgruber merged commit a3a526e into alpaka-group:develop Sep 5, 2022
@bernhardmgruber bernhardmgruber deleted the tidy branch September 5, 2022 14:35
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

Successfully merging this pull request may close these issues.

1 participant