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 east const with clang format-14 #10

Open
3 tasks
griswaldbrooks opened this issue Jul 14, 2022 · 0 comments
Open
3 tasks

Enforce east const with clang format-14 #10

griswaldbrooks opened this issue Jul 14, 2022 · 0 comments
Assignees

Comments

@griswaldbrooks
Copy link
Collaborator

Need

In order to use the correct const style
As a developer
I want to have a tool enforce style

Acceptance Criteria

Scenario: const should be east
GIVEN a developer makes changes to the code
WHEN running precommit/ci
THEN east const should be enforced

Tasks

  • install clang-format-14 in container
  • migrate code
  • integrate into ci

Notes

References:
QualifierAlignmentStyle
https://clang.llvm.org/docs/ClangFormatStyleOptions.html

@griswaldbrooks griswaldbrooks self-assigned this Jul 14, 2022
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