Skip to content

Commit 2cababd

Browse files
committed
adjust text [skip ci]
1 parent 34ba4b5 commit 2cababd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

man/manual-premium.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,11 +1370,11 @@ Command to activate Misra C++ 2023 checkers:
13701370

13711371
## Suffixes
13721372

1373-
Some rules can have a suffix appended to the rule id to mark a sub-category of the warning that Cppcheck considers safe to suppress. This gives the subset its own id, so you can suppress just those cases while keeping the rest of the rule active. Additional information is included in the warning notes if the suffix is present.
1373+
Some rules can have a suffix appended to the rule id to mark a sub-category of the warning. This gives the subset its own id, so you can suppress just those cases while keeping the rest of the rule active. Additional information is included in the warning notes if the suffix is present.
13741374

13751375
**-positive-constexpr**
13761376

1377-
the value of the expression is a non-negative constant.
1377+
the value of the expression is a non-negative constant. This suffix is considered safe to suppress by Cppcheck.
13781378

13791379
### Checking all C and C++ files
13801380

0 commit comments

Comments
 (0)