Skip to content

Commit 5740aaa

Browse files
committed
Add "readability" tag to Banned8.json
1 parent b73fab8 commit 5740aaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rule_packages/cpp/Banned8.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"short_name": "BuiltInUnaryPlusOperatorShouldNotBeUsed",
1616
"tags": [
1717
"scope/single-translation-unit",
18-
"correctness"
18+
"correctness",
19+
"readability"
1920
]
2021
}
2122
],

0 commit comments

Comments
 (0)