Commit 4cc31a6
authored
File tree
Expand file treeCollapse file tree
7 files changed
+6
-76
lines changedFilter options
- change_notes
- cpp
- autosar
- src/rules/A7-1-1
- test/rules/A7-1-1
- common/src/codingstandards/cpp/exclusions/cpp
- rule_packages/cpp
Expand file treeCollapse file tree
7 files changed
+6
-76
lines changedchange_notes/2023-11-22-remove-parameters-a7-1-1.md
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
cpp/autosar/src/rules/A7-1-1/DeclarationUnmodifiedParamMissingConstSpecifier.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/A7-1-1/DeclarationUnmodifiedParamMissingConstSpecifier.ql-42Lines changed: 0 additions & 42 deletions
This file was deleted.
cpp/autosar/test/rules/A7-1-1/DeclarationUnmodifiedParamMissingConstSpecifier.expected
Copy file name to clipboardExpand all lines: cpp/autosar/test/rules/A7-1-1/DeclarationUnmodifiedParamMissingConstSpecifier.expected-1Lines changed: 0 additions & 1 deletion
This file was deleted.
cpp/autosar/test/rules/A7-1-1/DeclarationUnmodifiedParamMissingConstSpecifier.qlref
Copy file name to clipboardExpand all lines: cpp/autosar/test/rules/A7-1-1/DeclarationUnmodifiedParamMissingConstSpecifier.qlref-1Lines changed: 0 additions & 1 deletion
This file was deleted.
cpp/autosar/test/rules/A7-1-1/test.cpp
Copy file name to clipboardExpand all lines: cpp/autosar/test/rules/A7-1-1/test.cpp+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
|
cpp/common/src/codingstandards/cpp/exclusions/cpp/Const.qll
Copy file name to clipboardExpand all lines: cpp/common/src/codingstandards/cpp/exclusions/cpp/Const.qll-17Lines changed: 0 additions & 17 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
9 | 8 |
|
10 | 9 |
|
11 | 10 |
|
| ||
28 | 27 |
|
29 | 28 |
|
30 | 29 |
|
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 | 30 |
|
41 | 31 |
|
42 | 32 |
|
| ||
145 | 135 |
|
146 | 136 |
|
147 | 137 |
|
148 |
| - |
149 |
| - |
150 |
| - |
151 |
| - |
152 |
| - |
153 |
| - |
154 |
| - |
155 | 138 |
|
156 | 139 |
|
157 | 140 |
|
|
rule_packages/cpp/Const.json
Copy file name to clipboardExpand all lines: rule_packages/cpp/Const.json+4-14Lines changed: 4 additions & 14 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| - |
49 | 36 |
|
50 | 37 |
|
51 | 38 |
|
| ||
57 | 44 |
|
58 | 45 |
|
59 | 46 |
|
60 |
| - |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
61 | 51 |
|
62 | 52 |
|
63 | 53 |
|
|
0 commit comments