Skip to content

Commit 9b3f2df

Browse files
committed
Remove duplicate tag in C Pointers1 meta data
1 parent 6ffbf79 commit 9b3f2df

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

c/misra/src/rules/RULE-4-8/ObjectWithNoPointerDereferenceShouldBeOpaque.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
* @tags external/misra/id/rule-4-8
1111
* readability
1212
* maintainability
13-
* readability
1413
* external/misra/obligation/advisory
1514
*/
1615

rule_packages/c/Pointers1.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,7 @@
308308
"short_name": "ObjectWithNoPointerDereferenceShouldBeOpaque",
309309
"tags": [
310310
"readability",
311-
"maintainability",
312-
"readability"
311+
"maintainability"
313312
],
314313
"implementation_scope": {
315314
"description": "This rule considers all cases where a structure or union is referenced as a pointer but has no FieldAccess within a translation unit. Further excluded from this rule are translation units in which the structure or union is declared as a non-pointer variable."

0 commit comments

Comments
 (0)