Skip to content

Commit 1193b8d

Browse files
committed
Update formatting of test queries for shared rules.
1 parent b33489e commit 1193b8d

File tree

134 files changed

+268
-136
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+268
-136
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// GENERATED FILE - DO NOT MODIFY
22
import codingstandards.cpp.rules.closefilehandlewhennolongerneededshared.CloseFileHandleWhenNoLongerNeededShared
33

4-
class TestFileQuery extends CloseFileHandleWhenNoLongerNeededSharedSharedQuery, TestQuery { }
4+
class TestFileQuery extends CloseFileHandleWhenNoLongerNeededSharedSharedQuery, TestQuery {
5+
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// GENERATED FILE - DO NOT MODIFY
22
import codingstandards.cpp.rules.commaoperatorused.CommaOperatorUsed
33

4-
class TestFileQuery extends CommaOperatorUsedSharedQuery, TestQuery { }
4+
class TestFileQuery extends CommaOperatorUsedSharedQuery, TestQuery {
5+
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// GENERATED FILE - DO NOT MODIFY
22
import codingstandards.cpp.rules.constantunsignedintegerexpressionswraparound.ConstantUnsignedIntegerExpressionsWrapAround
33

4-
class TestFileQuery extends ConstantUnsignedIntegerExpressionsWrapAroundSharedQuery, TestQuery { }
4+
class TestFileQuery extends ConstantUnsignedIntegerExpressionsWrapAroundSharedQuery, TestQuery {
5+
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// GENERATED FILE - DO NOT MODIFY
22
import codingstandards.cpp.rules.constlikereturnvalue.ConstLikeReturnValue
33

4-
class TestFileQuery extends ConstLikeReturnValueSharedQuery, TestQuery { }
4+
class TestFileQuery extends ConstLikeReturnValueSharedQuery, TestQuery {
5+
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// GENERATED FILE - DO NOT MODIFY
22
import codingstandards.cpp.rules.deadcode.DeadCode
33

4-
class TestFileQuery extends DeadCodeSharedQuery, TestQuery { }
4+
class TestFileQuery extends DeadCodeSharedQuery, TestQuery {
5+
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// GENERATED FILE - DO NOT MODIFY
22
import codingstandards.cpp.rules.declaredareservedidentifier.DeclaredAReservedIdentifier
33

4-
class TestFileQuery extends DeclaredAReservedIdentifierSharedQuery, TestQuery { }
4+
class TestFileQuery extends DeclaredAReservedIdentifierSharedQuery, TestQuery {
5+
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// GENERATED FILE - DO NOT MODIFY
22
import codingstandards.cpp.rules.dereferenceofnullpointer.DereferenceOfNullPointer
33

4-
class TestFileQuery extends DereferenceOfNullPointerSharedQuery, TestQuery { }
4+
class TestFileQuery extends DereferenceOfNullPointerSharedQuery, TestQuery {
5+
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// GENERATED FILE - DO NOT MODIFY
22
import codingstandards.cpp.rules.donotaccessaclosedfile.DoNotAccessAClosedFile
33

4-
class TestFileQuery extends DoNotAccessAClosedFileSharedQuery, TestQuery { }
4+
class TestFileQuery extends DoNotAccessAClosedFileSharedQuery, TestQuery {
5+
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// GENERATED FILE - DO NOT MODIFY
22
import codingstandards.cpp.rules.donotallowamutextogooutofscopewhilelocked.DoNotAllowAMutexToGoOutOfScopeWhileLocked
33

4-
class TestFileQuery extends DoNotAllowAMutexToGoOutOfScopeWhileLockedSharedQuery, TestQuery { }
4+
class TestFileQuery extends DoNotAllowAMutexToGoOutOfScopeWhileLockedSharedQuery, TestQuery {
5+
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// GENERATED FILE - DO NOT MODIFY
22
import codingstandards.cpp.rules.donotdestroyamutexwhileitislocked.DoNotDestroyAMutexWhileItIsLocked
33

4-
class TestFileQuery extends DoNotDestroyAMutexWhileItIsLockedSharedQuery, TestQuery { }
4+
class TestFileQuery extends DoNotDestroyAMutexWhileItIsLockedSharedQuery, TestQuery {
5+
}

0 commit comments

Comments
 (0)