We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In order to use the correct const style As a developer I want to have a tool enforce style
const
Scenario: const should be east GIVEN a developer makes changes to the code WHEN running precommit/ci THEN east const should be enforced
References: QualifierAlignmentStyle https://clang.llvm.org/docs/ClangFormatStyleOptions.html
QualifierAlignmentStyle
The text was updated successfully, but these errors were encountered:
griswaldbrooks
No branches or pull requests
Need
In order to use the correct
const
styleAs a developer
I want to have a tool enforce style
Acceptance Criteria
Scenario:
const
should be eastGIVEN 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
The text was updated successfully, but these errors were encountered: