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
Propose/create beminification script
beman-tidy
The text was updated successfully, but these errors were encountered:
For beman-tidy I would start with really basic features. Such as:
Does the project have a README, CONTRIBUTING, and LICENSE?
Does the project have a CMakeLists.txt next to the README?
Can we validate other project structure basics that are already in The Beman Standard?
Just packaging and delivering the tool to the existing Beman libraries is interesting enough work, I think.
Examples of more complicated features that need some dependencies and/or consensus established:
Building the code
Meaningful static analysis
Simple static analysis such as simple text search through files
Complex static analysis such as clang-based parsing (this at least requires a successful CMake invitation to get a compile commands JSON file)
Sorry, something went wrong.
neatudarius
No branches or pull requests
Propose/create beminification script
beman-tidy
- as discussed with @dietmarkuehl in November 2024 in ISO C++ Meeting - PolandThe text was updated successfully, but these errors were encountered: