Commit a1f760f
File tree
Expand file treeCollapse file tree
50 files changed
+524
-139
lines changedFilter options
- .github/workflows
- change_notes
- cpp/autosar
- src/rules/A1-1-3
- test/rules
- A0-1-1
- A1-1-2
- A1-1-2.1
- A1-1-2.2
- A1-1-2.3
- A1-1-3
- docs
- scripts
- PSCodingStandards
- matrix_testing
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
50 files changed
+524
-139
lines changed.github/workflows/dispatch-matrix-check.yml
Copy file name to clipboard+31Lines changed: 31 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 | + |
.github/workflows/dispatch-release-performance-check.yml
Copy file name to clipboard+35Lines changed: 35 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 | + |
change_notes/2023-02-10-refactor-test-cases.md
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
cpp/autosar/src/rules/A1-1-3/UncompliantOptimizationOptionMustBeDisabledInCompiler.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/A1-1-3/UncompliantOptimizationOptionMustBeDisabledInCompiler.ql+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
| - |
| 29 | + |
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
|
cpp/autosar/test/rules/A0-1-1/options.clang
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
cpp/autosar/test/rules/A0-1-1/test.cpp
Copy file name to clipboardExpand all lines: cpp/autosar/test/rules/A0-1-1/test.cpp+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 | 1 |
|
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
6 | 5 |
|
| 6 | + |
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
|
cpp/autosar/test/rules/A1-1-2.1/CompilerWarningLevelNotInCompliance.expected
Copy file name to clipboardExpand all lines: cpp/autosar/test/rules/A1-1-2.1/CompilerWarningLevelNotInCompliance.expectedWhitespace-only changes.
cpp/autosar/test/rules/A1-1-2.1/CompilerWarningLevelNotInCompliance.qlref
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
cpp/autosar/test/rules/A1-1-2/foo renamed to cpp/autosar/test/rules/A1-1-2.1/foo
Copy file name to clipboardFile renamed without changes.
cpp/autosar/test/rules/A1-1-2.1/options.clang
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
cpp/autosar/test/rules/A1-1-2.1/options.gcc
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
cpp/autosar/test/rules/A1-1-2/responsefile.cpp renamed to cpp/autosar/test/rules/A1-1-2.1/responsefile.cpp
Copy file name to clipboardFile renamed without changes.
cpp/autosar/test/rules/A1-1-2.2/CompilerWarningLevelNotInCompliance.expected
Copy file name to clipboardExpand all lines: cpp/autosar/test/rules/A1-1-2.2/CompilerWarningLevelNotInCompliance.expectedWhitespace-only changes.
cpp/autosar/test/rules/A1-1-2.2/CompilerWarningLevelNotInCompliance.qlref
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
File renamed without changes.
cpp/autosar/test/rules/A1-1-2.2/options.clang
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
cpp/autosar/test/rules/A1-1-2.2/options.gcc
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
cpp/autosar/test/rules/A1-1-2.3/CompilerWarningLevelNotInCompliance.expected
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
cpp/autosar/test/rules/A1-1-2.3/CompilerWarningLevelNotInCompliance.qlref
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
cpp/autosar/test/rules/A1-1-2.3/options.clang
Copy file name to clipboardExpand all lines: cpp/autosar/test/rules/A1-1-2.3/options.clangWhitespace-only changes.
cpp/autosar/test/rules/A1-1-2.3/options.gcc
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
cpp/autosar/test/rules/A1-1-2/test.cpp renamed to cpp/autosar/test/rules/A1-1-2.3/test.cpp
Copy file name to clipboardFile renamed without changes.
cpp/autosar/test/rules/A1-1-2/CompilerWarningLevelNotInCompliance.expected
Copy file name to clipboard-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
cpp/autosar/test/rules/A1-1-2/Wextra.cpp
Copy file name to clipboardExpand all lines: cpp/autosar/test/rules/A1-1-2/Wextra.cpp-2Lines changed: 0 additions & 2 deletions
This file was deleted.
cpp/autosar/test/rules/A1-1-2/options.clang
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
cpp/autosar/test/rules/A1-1-2/options.gcc
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
cpp/autosar/test/rules/A1-1-3/UncompliantOptimizationOptionMustBeDisabledInCompiler.expected.clang
Copy file name to clipboard+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
cpp/autosar/test/rules/A1-1-3/UncompliantOptimizationOptionMustBeDisabledInCompiler.expected.gcc
Copy file name to clipboard+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
cpp/autosar/test/rules/A1-1-3/options.clang
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
cpp/autosar/test/rules/A1-1-3/options.gcc
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
+3-4Lines changed: 3 additions & 4 deletions
scripts/PSCodingStandards/CodingStandards.psm1
Copy file name to clipboardExpand all lines: scripts/PSCodingStandards/CodingStandards.psm1+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
|
scripts/PSCodingStandards/Get-ATestDirectory.ps1
Copy file name to clipboard+20Lines changed: 20 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 | + |
scripts/PSCodingStandards/Get-LanguageForPath.ps1
Copy file name to clipboard+17Lines changed: 17 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 | + |
scripts/PSCodingStandards/Get-Packages.ps1
Copy file name to clipboardExpand all lines: scripts/PSCodingStandards/Get-Packages.ps1+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 |
|
scripts/PSCodingStandards/Get-RuleForPath.ps1
Copy file name to clipboard+85Lines changed: 85 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 | + |
scripts/PSCodingStandards/Get-RulesInPackageAndSuite.ps1
Copy file name to clipboardExpand all lines: scripts/PSCodingStandards/Get-RulesInPackageAndSuite.ps1+7-2Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
10 |
| - |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
11 | 15 |
|
12 | 16 |
|
13 | 17 |
|
| ||
30 | 34 |
|
31 | 35 |
|
32 | 36 |
|
| 37 | + |
33 | 38 |
|
34 | 39 |
|
35 | 40 |
|
|
scripts/PSCodingStandards/Get-RulesInSuite.ps1
Copy file name to clipboardExpand all lines: scripts/PSCodingStandards/Get-RulesInSuite.ps1+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
| 16 | + |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
|
scripts/PSCodingStandards/README.md
Copy file name to clipboardExpand all lines: scripts/PSCodingStandards/README.md+2-2Lines changed: 2 additions & 2 deletions
+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
12 | 13 |
|
13 | 14 |
|
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
14 | 22 |
|
scripts/matrix_testing/CompileFixTool.ps1
Copy file name to clipboardExpand all lines: scripts/matrix_testing/CompileFixTool.ps1+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
| 24 | + |
25 | 25 |
|
26 |
| - |
27 |
| - |
28 |
| - |
| 26 | + |
| 27 | + |
| 28 | + |
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
|
0 commit comments