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
Notes
References:
QualifierAlignmentStyle
https://clang.llvm.org/docs/ClangFormatStyleOptions.html
Need
In order to use the correct
conststyleAs a developer
I want to have a tool enforce style
Acceptance Criteria
Scenario:
constshould be eastGIVEN a developer makes changes to the code
WHEN running precommit/ci
THEN east const should be enforced
Tasks
Notes
References:
QualifierAlignmentStylehttps://clang.llvm.org/docs/ClangFormatStyleOptions.html