File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
misra/src/rules/RULE-0-1-2 Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,7 @@ import codingstandards.cpp.autosar
1919import codingstandards.cpp.rules.unusedreturnvalue.UnusedReturnValue
2020
2121module UnusedReturnValueAutosarConfig implements UnusedReturnValueConfigSig {
22- Query getQuery ( ) {
23- result = DeadCodePackage:: unusedReturnValueAutosarQuery ( )
24- }
22+ Query getQuery ( ) { result = DeadCodePackage:: unusedReturnValueAutosarQuery ( ) }
2523}
2624
2725import UnusedReturnValue< UnusedReturnValueAutosarConfig >
Original file line number Diff line number Diff line change @@ -17,9 +17,7 @@ import codingstandards.cpp.misra
1717import codingstandards.cpp.rules.unusedreturnvalue.UnusedReturnValue
1818
1919module UnusedReturnValueMisraCppConfig implements UnusedReturnValueConfigSig {
20- Query getQuery ( ) {
21- result = DeadCode6Package:: unusedReturnValueMisraCppQuery ( )
22- }
20+ Query getQuery ( ) { result = DeadCode6Package:: unusedReturnValueMisraCppQuery ( ) }
2321}
2422
2523import UnusedReturnValue< UnusedReturnValueMisraCppConfig >
You can’t perform that action at this time.
0 commit comments