File tree Expand file tree Collapse file tree 1 file changed +64
-1
lines changed Expand file tree Collapse file tree 1 file changed +64
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"MISRA-C-2012" : {
3
+ "DIR-4-2" : {
4
+ "properties" : {
5
+ "obligation" : " advisory"
6
+ },
7
+ "queries" : [
8
+ {
9
+ "description" : " " ,
10
+ "kind" : " problem" ,
11
+ "name" : " All usage of assembly language should be documented" ,
12
+ "precision" : " very-high" ,
13
+ "severity" : " error" ,
14
+ "short_name" : " UsageOfAssemblyLanguageShouldBeDocumented" ,
15
+ "shared_implementation_short_name" : " UsageOfAssemblerNotDocumented" ,
16
+ "tags" : [
17
+ " maintainability" ,
18
+ " readability"
19
+ ]
20
+ }
21
+ ],
22
+ "title" : " All usage of assembly language should be documented"
23
+ },
3
24
"RULE-1-2" : {
4
25
"properties" : {
5
26
"obligation" : " advisory"
14
35
"short_name" : " LanguageExtensionsShouldNotBeUsed" ,
15
36
"tags" : [
16
37
" maintainability" ,
17
- " readability"
38
+ " readability" ,
39
+ " correctness"
18
40
]
19
41
}
20
42
],
21
43
"title" : " Language extensions should not be used"
44
+ },
45
+ "RULE-1-3" : {
46
+ "properties" : {
47
+ "obligation" : " required"
48
+ },
49
+ "queries" : [
50
+ {
51
+ "description" : " " ,
52
+ "kind" : " problem" ,
53
+ "name" : " There shall be no occurrence of undefined or critical unspecified behaviour" ,
54
+ "precision" : " high" ,
55
+ "severity" : " error" ,
56
+ "short_name" : " CriticalUnspecifiedBehaviour" ,
57
+ "tags" : [
58
+ " maintainability" ,
59
+ " readability" ,
60
+ " correctness"
61
+ ]
62
+ }
63
+ ],
64
+ "title" : " There shall be no occurrence of undefined or critical unspecified behaviour"
65
+ },
66
+ "RULE-1-4" : {
67
+ "properties" : {
68
+ "obligation" : " required"
69
+ },
70
+ "queries" : [
71
+ {
72
+ "description" : " " ,
73
+ "kind" : " problem" ,
74
+ "name" : " Emergent language features shall not be used" ,
75
+ "precision" : " very-high" ,
76
+ "severity" : " error" ,
77
+ "short_name" : " EmergentLanguageFeaturesUsed" ,
78
+ "tags" : [
79
+ " maintainability" ,
80
+ " readability"
81
+ ]
82
+ }
83
+ ],
84
+ "title" : " Emergent language features shall not be used"
22
85
}
23
86
}
24
87
}
You can’t perform that action at this time.
0 commit comments