Skip to content

Commit e27e49a

Browse files
Add implementation scope to Language4.json
1 parent d077885 commit e27e49a

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

rule_packages/c/Language4.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@
4444
]
4545
}
4646
],
47-
"title": "Obsolencent language features shall not be used"
47+
"title": "Obsolencent language features shall not be used",
48+
"implementation_scope": {
49+
"description": "Usage of obsolescent language features that are already disallowed by Rule 8.2, Rule 8.8, and 21.6 are not redundantly checked by this rule."
50+
}
4851
}
4952
}
5053
}

schemas/rule-package.schema.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,18 @@
207207
},
208208
"title": {
209209
"type": "string"
210+
},
211+
"implementation_scope": {
212+
"type": "object",
213+
"properties": {
214+
"description": {
215+
"type": "string"
216+
}
217+
},
218+
"required": [
219+
"description"
220+
],
221+
"additionalProperties": false
210222
}
211223
},
212224
"required": [

0 commit comments

Comments
 (0)