File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
cpp/common/src/codingstandards/cpp/exclusions/c Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import codingstandards.cpp.exclusions.RuleMetadata
55
66newtype Contracts6Query =
77 TDoNotModifyConstantObjectsQuery ( ) or
8- TRightHandOperandOfAShiftOperatorRangeQuery ( ) or
98 TArrayFunctionArgumentNumberOfElementsQuery ( ) or
109 TValueReturnedByAFunctionNotUsedQuery ( )
1110
@@ -46,13 +45,6 @@ module Contracts6Package {
4645 TQueryC ( TContracts6PackageQuery ( TDoNotModifyConstantObjectsQuery ( ) ) )
4746 }
4847
49- Query rightHandOperandOfAShiftOperatorRangeQuery ( ) {
50- //autogenerate `Query` type
51- result =
52- // `Query` type for `rightHandOperandOfAShiftOperatorRange` query
53- TQueryC ( TContracts6PackageQuery ( TRightHandOperandOfAShiftOperatorRangeQuery ( ) ) )
54- }
55-
5648 Query arrayFunctionArgumentNumberOfElementsQuery ( ) {
5749 //autogenerate `Query` type
5850 result =
You can’t perform that action at this time.
0 commit comments