Skip to content

Create misra-c++-2023-help.md.template #937

New issue

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

Merged
merged 1 commit into from
Jul 29, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions scripts/generate_rules/templates/misra-c++-2023-help.md.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# {{ rule_id }}: {{ name }}

This query implements the {{ standard_name | escape }} rule {{ rule_id | escape }}:

> {{ rule_title }}

## Classification

** REPLACE THIS WITH THE CORRECT CLASSIFICATION **
* required
* implementation
* automated

## Rationale

**REPLACE THIS WITH RATIONAL, IF ANY**

## Exception

**REPLACE THIS WITH EXCEPTION, IF ANY**

## Example

```cpp
// REPLACE THIS WITH C++ EXAMPLE, IF ANY
```

## See more

** REPLACE THIS WITH THE ANY SEE MORE REFERENCES **

## Implementation notes

{% if implementation_scope is defined %}
{{ implementation_scope["description"] }}
{% if implementation_scope["items"] is iterable %}
{% for implementation_scope_entry in implementation_scope["items"] %}
* {{ implementation_scope_entry }}
{% endfor %}
{% endif %}
{% else %}
None
{% endif %}

## References

{% if standard_title | length %}
* {{ standard_title | escape }}: [{{ rule_id }}: {{ rule_title }}]({{ standard_url }})
{% endif %}
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy