mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-03 06:34:40 +00:00
Clears warnings for the following checks in clang-tidy: readability-braces-around-statements readability-else-after-return checks Also adds hints about code style to CONTRIBUTING document. Signed-off-by: Sean Robinson <sean.robinson@scottsdalecc.edu>
611 B
611 B
Contributing
Contributions are welcomed. Open a pull-request or an issue.
Code of conduct
This project adheres to the Open Code of Conduct. By participating, you are expected to honor this code.
Code Style
This project prefers, but does not strictly enforce, a specific source code style. The style is described in .clang-format
and .clang-tidy
.
To generate a clang-tidy report:
clang-tidy --extra-arg=-std=c++17 --config-file=.clang-tidy include/argparse/argparse.hpp