Skip to content

Commit 0c9c40a

Browse files
committed
warning
1 parent 501ecef commit 0c9c40a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

c/misra/src/rules/DIR-4-2/UsageOfAssemblyLanguageShouldBeDocumented.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @description Assembly language is not portable and should be documented.
55
* @kind problem
66
* @precision very-high
7-
* @problem.severity error
7+
* @problem.severity warning
88
* @tags external/misra/id/dir-4-2
99
* maintainability
1010
* readability

rule_packages/c/Language2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"kind": "problem",
1111
"name": "All usage of assembly language should be documented",
1212
"precision": "very-high",
13-
"severity": "error",
13+
"severity": "warning",
1414
"short_name": "UsageOfAssemblyLanguageShouldBeDocumented",
1515
"shared_implementation_short_name": "UsageOfAssemblerNotDocumented",
1616
"tags": [

0 commit comments

Comments
 (0)