Commit cb22393
authored
File tree
Expand file treeCollapse file tree
158 files changed
+8661
-1178
lines changedFilter options
- .github/workflows
- change_notes
- cpp/common
- src/codingstandards/cpp
- deviations
- exclusions
- c
- cpp
- guideline_recategorizations
- test
- deviations/invalid_deviations
- guideline_recategorizations
- invalid
- valid
- docs
- design
- integration-tests/deviations
- schemas
- scripts
- configuration
- generate_metadata/templates
- generate_rules
- templates
- guideline_recategorization
- test-data
- reports
- test-data
- deviations
- invalid
- valid
- guideline-recategorizations
- invalid
- valid
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
158 files changed
+8661
-1178
lines changed.github/workflows/code-scanning-pack-gen.yml
Copy file name to clipboardExpand all lines: .github/workflows/code-scanning-pack-gen.yml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
86 | 86 |
|
87 | 87 |
|
88 | 88 |
|
89 |
| - |
| 89 | + |
90 | 90 |
|
91 | 91 |
|
92 | 92 |
|
|
.github/workflows/tooling-unit-tests.yml
Copy file name to clipboard+91Lines changed: 91 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
.github/workflows/validate-coding-standards.yml
Copy file name to clipboardExpand all lines: .github/workflows/validate-coding-standards.yml+18-8Lines changed: 18 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
31 | 40 |
|
32 | 41 |
|
33 | 42 |
|
| ||
49 | 58 |
|
50 | 59 |
|
51 | 60 |
|
52 |
| - |
| 61 | + |
53 | 62 |
|
54 | 63 |
|
55 | 64 |
|
56 | 65 |
|
57 | 66 |
|
58 | 67 |
|
59 |
| - |
| 68 | + |
60 | 69 |
|
61 | 70 |
|
62 | 71 |
|
| ||
68 | 77 |
|
69 | 78 |
|
70 | 79 |
|
71 |
| - |
| 80 | + |
72 | 81 |
|
73 |
| - |
74 |
| - |
75 |
| - |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
76 | 86 |
|
77 | 87 |
|
78 | 88 |
|
79 | 89 |
|
80 | 90 |
|
81 |
| - |
| 91 | + |
82 | 92 |
|
83 | 93 |
|
84 | 94 |
|
85 | 95 |
|
86 | 96 |
|
87 | 97 |
|
88 | 98 |
|
89 |
| - |
| 99 | + |
90 | 100 |
|
91 | 101 |
|
92 | 102 |
|
|
change_notes/2022-11-07-add-guideline-recategorization-scripts.md
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
cpp/common/src/codingstandards/cpp/Config.qll
Copy file name to clipboard+32Lines changed: 32 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
cpp/common/src/codingstandards/cpp/Exclusions.qll
Copy file name to clipboardExpand all lines: cpp/common/src/codingstandards/cpp/Exclusions.qll+19-7Lines changed: 19 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
29 |
| - |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
30 | 33 |
|
31 |
| - |
| 34 | + |
32 | 35 |
|
33 |
| - |
| 36 | + |
34 | 37 |
|
35 |
| - |
| 38 | + |
| 39 | + |
36 | 40 |
|
37 | 41 |
|
38 | 42 |
|
39 | 43 |
|
40 | 44 |
|
41 |
| - |
| 45 | + |
| 46 | + |
42 | 47 |
|
43 | 48 |
|
44 | 49 |
|
| ||
50 | 55 |
|
51 | 56 |
|
52 | 57 |
|
53 |
| - |
| 58 | + |
| 59 | + |
| 60 | + |
54 | 61 |
|
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
55 | 67 |
|
cpp/common/src/codingstandards/cpp/deviations/Deviations.qll
Copy file name to clipboardExpand all lines: cpp/common/src/codingstandards/cpp/deviations/Deviations.qll+12-30Lines changed: 12 additions & 30 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
| ||
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
18 |
| - |
19 |
| - |
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| - |
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 | 19 |
|
39 | 20 |
|
40 | 21 |
|
| ||
44 | 25 |
|
45 | 26 |
|
46 | 27 |
|
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
51 |
| - |
| 28 | + |
| 29 | + |
52 | 30 |
|
53 | 31 |
|
54 | 32 |
|
55 |
| - |
56 |
| - |
57 |
| - |
58 |
| - |
59 |
| - |
| 33 | + |
| 34 | + |
60 | 35 |
|
61 | 36 |
|
62 | 37 |
|
| ||
357 | 332 |
|
358 | 333 |
|
359 | 334 |
|
| 335 | + |
| 336 | + |
| 337 | + |
| 338 | + |
| 339 | + |
| 340 | + |
| 341 | + |
360 | 342 |
|
361 | 343 |
|
362 | 344 |
|
|
0 commit comments