aws-doc-sdk-examples icon indicating copy to clipboard operation
aws-doc-sdk-examples copied to clipboard

C++ Research Linters

Open beqqrry-aws opened this issue 2 years ago • 1 comments

beqqrry-aws avatar Jul 21 '22 17:07 beqqrry-aws

Of the 3 C++ linters supported at Amazon, I recommend using clang-tidy for the following reasons. "clang-tidy" is installed as part of the llvm build system. "clang-tidy" is the default linter in the CLion IDE, which is the IDE I am using on the mac. "clang-tidy" is easily configured to run in Visual Studio. By having the linter as part of the IDE, code can be corrected to comply with the linter before pushing to Github. "clang-tidy" is very configurable.

meyertst-aws avatar Aug 02 '22 15:08 meyertst-aws