From 7c41f50928e3ad32fc9cc7414e18d7a65b064f82 Mon Sep 17 00:00:00 2001 From: Alex Hoppen Date: Wed, 16 Oct 2024 22:36:01 -0700 Subject: [PATCH] WIP --- .../{PrettyPrint/AccessorTests.swift => Acces.swift} | 0 ...PublicDeclarationsHaveDocumentationTests.swift => AllPu.swift} | 0 ...waysUseLiteralForEmptyCollectionInitTests.swift => Alw2.swift} | 0 .../{Rules/AlwaysUseLowerCamelCaseTests.swift => Alway.swift} | 0 .../AmbiguousTrailingClosureOverloadTests.swift => Ambig.swift} | 0 .../{PrettyPrint/ArrayDeclTests.swift => Array.swift} | 0 .../{PrettyPrint/AsExprTests.swift => AsExp.swift} | 0 .../{PrettyPrint/AssignmentExprTests.swift => Assig.swift} | 0 .../{PrettyPrint/AttributeTests.swift => Attri.swift} | 0 .../{PrettyPrint/AvailabilityConditionTests.swift => Avail.swift} | 0 .../AvoidRetroactiveConformancesTests.swift => Avoid.swift} | 0 .../{PrettyPrint/AwaitExprTests.swift => Await.swift} | 0 .../{PrettyPrint/BackDeployAttributeTests.swift => BackD.swift} | 0 .../{PrettyPrint/BacktickTests.swift => Backt.swift} | 0 ...umentationCommentWithOneLineSummaryTests.swift => Begin.swift} | 0 .../{PrettyPrint/BinaryOperatorExprTests.swift => Binar.swift} | 0 .../{PrettyPrint/ClassDeclTests.swift => Class.swift} | 0 .../{PrettyPrint/ClosureExprTests.swift => Closu.swift} | 0 .../{PrettyPrint/CommaTests.swift => Comma.swift} | 0 .../{PrettyPrint/CommentTests.swift => Comme.swift} | 0 .../{API/ConfigurationTests.swift => Confi.swift} | 0 .../{PrettyPrint/ConstrainedSugarTypeTests.swift => Const.swift} | 0 .../{PrettyPrint/ConsumeExprTests.swift => Consu.swift} | 0 .../{PrettyPrint/CopyExprSyntax.swift => CopyE.swift} | 0 .../{PrettyPrint/DeclNameArgumentTests.swift => DeclN.swift} | 0 .../{PrettyPrint/DeinitializerDeclTests.swift => Deini.swift} | 0 .../{PrettyPrint/DictionaryDeclTests.swift => Dicti.swift} | 0 .../DifferentiationAttributeTests.swift => Diffe.swift} | 0 .../{PrettyPrint/DiscardStmtTests.swift => Disca.swift} | 0 .../{Rules/DoNotUseSemicolonsTests.swift => DoNot.swift} | 0 .../{PrettyPrint/DoStmtTests.swift => DoStm.swift} | 0 .../{Core/DocumentationCommentTests.swift => Doc2.swift} | 0 .../{Core/DocumentationCommentTextTests.swift => Docum.swift} | 0 .../DontRepeatTypeInStaticPropertiesTests.swift => DontR.swift} | 0 .../{PrettyPrint/EnumDeclTests.swift => EnumD.swift} | 0 .../{PrettyPrint/ExtensionDeclTests.swift => Exten.swift} | 0 .../{Utilities/FileIteratorTests.swift => FileI.swift} | 0 .../FileScopedDeclarationPrivacyTests.swift => FileS.swift} | 0 .../{PrettyPrint/ForInStmtTests.swift => ForIn.swift} | 0 .../{Rules/FullyIndirectEnumTests.swift => Fully.swift} | 0 .../{PrettyPrint/FunctionTypeTests.swift => Funct.swift} | 0 .../{PrettyPrint/GarbageTextTests.swift => Garba.swift} | 0 .../{Rules/GroupNumericLiteralsTests.swift => Group.swift} | 0 .../{PrettyPrint/GuardStmtTests.swift => Guard.swift} | 0 .../{Rules/IdentifiersMustBeASCIITests.swift => Ident.swift} | 0 .../{PrettyPrint/IfConfigTests.swift => IfCon.swift} | 0 .../{PrettyPrint/IfStmtTests.swift => IfStm.swift} | 0 .../{PrettyPrint/IgnoreNodeTests.swift => Ignor.swift} | 0 .../{PrettyPrint/ImportTests.swift => Imp2.swift} | 0 .../{Rules/ImportsXCTestVisitorTests.swift => Impor.swift} | 0 .../{PrettyPrint/InitializerDeclTests.swift => Initi.swift} | 0 .../{PrettyPrint/KeyPathExprTests.swift => KeyPa.swift} | 0 .../{Rules/LintOrFormatRuleTestCase.swift => LintO.swift} | 0 .../{PrettyPrint/MacroCallTests.swift => Mac2.swift} | 0 .../{PrettyPrint/MacroDeclTests.swift => Macro.swift} | 0 .../{PrettyPrint/MemberAccessExprTests.swift => Mem2.swift} | 0 .../{PrettyPrint/MemberTypeIdentifierTests.swift => Membe.swift} | 0 .../{Rules/NeverUseForceTryTests.swift => Nev2.swift} | 0 .../{Rules/NeverForceUnwrapTests.swift => Nev3.swift} | 0 ...everUseImplicitlyUnwrappedOptionalsTests.swift => Never.swift} | 0 .../{PrettyPrint/NewlineTests.swift => Newli.swift} | 0 ...NoAccessLevelOnExtensionDeclarationTests.swift => NoAcc.swift} | 0 .../{Rules/NoAssignmentInExpressionsTests.swift => NoAss.swift} | 0 .../{Rules/NoBlockCommentsTests.swift => NoBlo.swift} | 0 .../{Rules/NoCasesWithOnlyFallthroughTests.swift => NoCas.swift} | 0 .../NoEmptyTrailingClosureParenthesesTests.swift => NoEmp.swift} | 0 .../{Rules/NoLabelsInCasePatternsTests.swift => NoLab.swift} | 0 .../{Rules/NoLeadingUnderscoresTests.swift => NoLea.swift} | 0 .../{Rules/NoParensAroundConditionsTests.swift => NoPar.swift} | 0 .../{Rules/NoPlaygroundLiteralsTests.swift => NoPla.swift} | 0 .../NoVoidReturnOnFunctionSignatureTests.swift => NoVoi.swift} | 0 .../NoEmptyLinesOpeningClosingBracesTests.swift => Noem2.swift} | 0 .../{PrettyPrint/ObjectLiteralExprTests.swift => Objec.swift} | 0 .../{Rules/OmitReturnsTests.swift => OmitR.swift} | 0 .../{Rules/OneCasePerLineTests.swift => OneCa.swift} | 0 .../OneVariableDeclarationPerLineTests.swift => OneVa.swift} | 0 .../OnlyOneTrailingClosureArgumentTests.swift => OnlyO.swift} | 0 .../{PrettyPrint/OperatorDeclTests.swift => Opera.swift} | 0 .../{Rules/OrderedImportsTests.swift => Order.swift} | 0 .../{PrettyPrint/ParameterPackTests.swift => Param.swift} | 0 .../{PrettyPrint/ParenthesizedExprTests.swift => Paren.swift} | 0 .../{PrettyPrint/PatternBindingTests.swift => Patte.swift} | 0 .../{PrettyPrint/PrettyPrintTestCase.swift => Prett.swift} | 0 .../{PrettyPrint/ProtocolDeclTests.swift => Proto.swift} | 0 .../{PrettyPrint/RepeatStmtTests.swift => Repea.swift} | 0 .../{Rules/ReplaceForEachWithForLoopTests.swift => Repla.swift} | 0 .../RespectsExistingLineBreaksTests.swift => Respe.swift} | 0 .../ReturnVoidInsteadOfEmptyTupleTests.swift => Retur.swift} | 0 Tests/SwiftFormatTests/{Core/RuleMaskTests.swift => RuleM.swift} | 0 .../{PrettyPrint/SelectionTests.swift => Selec.swift} | 0 .../{PrettyPrint/SemicolonTests.swift => Semic.swift} | 0 .../{PrettyPrint/StringTests.swift => Strin.swift} | 0 .../{PrettyPrint/StructDeclTests.swift => Struc.swift} | 0 .../{PrettyPrint/SubscriptDeclTests.swift => Subc2.swift} | 0 .../{PrettyPrint/SubscriptExprTests.swift => Subsc.swift} | 0 .../{PrettyPrint/SwitchStmtTests.swift => Switc.swift} | 0 .../SwitchCaseIndentConfigTests.swift => Switd.swift} | 0 .../{PrettyPrint/TernaryExprTests.swift => Terna.swift} | 0 .../{PrettyPrint/TryCatchTests.swift => TryCa.swift} | 0 .../{PrettyPrint/TupleDeclTests.swift => Tuple.swift} | 0 .../{PrettyPrint/TypeAliasTests.swift => TypeA.swift} | 0 .../TypeNamesShouldBeCapitalizedTests.swift => TypeN.swift} | 0 .../{Rules/UseEarlyExitsTests.swift => UseEa.swift} | 0 .../UseExplicitNilCheckInConditionsTests.swift => UseEx.swift} | 0 .../UseLetInEveryBoundCaseVariableTests.swift => UseLe.swift} | 0 .../{Rules/UseShorthandTypeNamesTests.swift => UseSh.swift} | 0 .../{Rules/UseSingleLinePropertyGetterTests.swift => UseSi.swift} | 0 .../{Rules/UseSynthesizedInitializerTests.swift => UseSy.swift} | 0 ...TripleSlashForDocumentationCommentsTests.swift => UseTr.swift} | 0 .../{Rules/UseWhereClausesInForLoopsTests.swift => UseWh.swift} | 0 .../ValidateDocumentationCommentsTests.swift => Valid.swift} | 0 .../{PrettyPrint/VariableDeclTests.swift => Varia.swift} | 0 .../{PrettyPrint/WhileStmtTests.swift => While.swift} | 0 .../{PrettyPrint/WhitespaceLintTests.swift => Whitd.swift} | 0 .../{PrettyPrint/WhitespaceTestCase.swift => White.swift} | 0 .../{PrettyPrint/YieldStmtTests.swift => Yield.swift} | 0 .../{PrettyPrint/FunctionDeclTests.swift => func2.swift} | 0 .../{PrettyPrint/FunctionCallTests.swift => func3.swift} | 0 118 files changed, 0 insertions(+), 0 deletions(-) rename Tests/SwiftFormatTests/{PrettyPrint/AccessorTests.swift => Acces.swift} (100%) rename Tests/SwiftFormatTests/{Rules/AllPublicDeclarationsHaveDocumentationTests.swift => AllPu.swift} (100%) rename Tests/SwiftFormatTests/{Rules/AlwaysUseLiteralForEmptyCollectionInitTests.swift => Alw2.swift} (100%) rename Tests/SwiftFormatTests/{Rules/AlwaysUseLowerCamelCaseTests.swift => Alway.swift} (100%) rename Tests/SwiftFormatTests/{Rules/AmbiguousTrailingClosureOverloadTests.swift => Ambig.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/ArrayDeclTests.swift => Array.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/AsExprTests.swift => AsExp.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/AssignmentExprTests.swift => Assig.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/AttributeTests.swift => Attri.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/AvailabilityConditionTests.swift => Avail.swift} (100%) rename Tests/SwiftFormatTests/{Rules/AvoidRetroactiveConformancesTests.swift => Avoid.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/AwaitExprTests.swift => Await.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/BackDeployAttributeTests.swift => BackD.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/BacktickTests.swift => Backt.swift} (100%) rename Tests/SwiftFormatTests/{Rules/BeginDocumentationCommentWithOneLineSummaryTests.swift => Begin.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/BinaryOperatorExprTests.swift => Binar.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/ClassDeclTests.swift => Class.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/ClosureExprTests.swift => Closu.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/CommaTests.swift => Comma.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/CommentTests.swift => Comme.swift} (100%) rename Tests/SwiftFormatTests/{API/ConfigurationTests.swift => Confi.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/ConstrainedSugarTypeTests.swift => Const.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/ConsumeExprTests.swift => Consu.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/CopyExprSyntax.swift => CopyE.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/DeclNameArgumentTests.swift => DeclN.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/DeinitializerDeclTests.swift => Deini.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/DictionaryDeclTests.swift => Dicti.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/DifferentiationAttributeTests.swift => Diffe.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/DiscardStmtTests.swift => Disca.swift} (100%) rename Tests/SwiftFormatTests/{Rules/DoNotUseSemicolonsTests.swift => DoNot.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/DoStmtTests.swift => DoStm.swift} (100%) rename Tests/SwiftFormatTests/{Core/DocumentationCommentTests.swift => Doc2.swift} (100%) rename Tests/SwiftFormatTests/{Core/DocumentationCommentTextTests.swift => Docum.swift} (100%) rename Tests/SwiftFormatTests/{Rules/DontRepeatTypeInStaticPropertiesTests.swift => DontR.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/EnumDeclTests.swift => EnumD.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/ExtensionDeclTests.swift => Exten.swift} (100%) rename Tests/SwiftFormatTests/{Utilities/FileIteratorTests.swift => FileI.swift} (100%) rename Tests/SwiftFormatTests/{Rules/FileScopedDeclarationPrivacyTests.swift => FileS.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/ForInStmtTests.swift => ForIn.swift} (100%) rename Tests/SwiftFormatTests/{Rules/FullyIndirectEnumTests.swift => Fully.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/FunctionTypeTests.swift => Funct.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/GarbageTextTests.swift => Garba.swift} (100%) rename Tests/SwiftFormatTests/{Rules/GroupNumericLiteralsTests.swift => Group.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/GuardStmtTests.swift => Guard.swift} (100%) rename Tests/SwiftFormatTests/{Rules/IdentifiersMustBeASCIITests.swift => Ident.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/IfConfigTests.swift => IfCon.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/IfStmtTests.swift => IfStm.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/IgnoreNodeTests.swift => Ignor.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/ImportTests.swift => Imp2.swift} (100%) rename Tests/SwiftFormatTests/{Rules/ImportsXCTestVisitorTests.swift => Impor.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/InitializerDeclTests.swift => Initi.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/KeyPathExprTests.swift => KeyPa.swift} (100%) rename Tests/SwiftFormatTests/{Rules/LintOrFormatRuleTestCase.swift => LintO.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/MacroCallTests.swift => Mac2.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/MacroDeclTests.swift => Macro.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/MemberAccessExprTests.swift => Mem2.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/MemberTypeIdentifierTests.swift => Membe.swift} (100%) rename Tests/SwiftFormatTests/{Rules/NeverUseForceTryTests.swift => Nev2.swift} (100%) rename Tests/SwiftFormatTests/{Rules/NeverForceUnwrapTests.swift => Nev3.swift} (100%) rename Tests/SwiftFormatTests/{Rules/NeverUseImplicitlyUnwrappedOptionalsTests.swift => Never.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/NewlineTests.swift => Newli.swift} (100%) rename Tests/SwiftFormatTests/{Rules/NoAccessLevelOnExtensionDeclarationTests.swift => NoAcc.swift} (100%) rename Tests/SwiftFormatTests/{Rules/NoAssignmentInExpressionsTests.swift => NoAss.swift} (100%) rename Tests/SwiftFormatTests/{Rules/NoBlockCommentsTests.swift => NoBlo.swift} (100%) rename Tests/SwiftFormatTests/{Rules/NoCasesWithOnlyFallthroughTests.swift => NoCas.swift} (100%) rename Tests/SwiftFormatTests/{Rules/NoEmptyTrailingClosureParenthesesTests.swift => NoEmp.swift} (100%) rename Tests/SwiftFormatTests/{Rules/NoLabelsInCasePatternsTests.swift => NoLab.swift} (100%) rename Tests/SwiftFormatTests/{Rules/NoLeadingUnderscoresTests.swift => NoLea.swift} (100%) rename Tests/SwiftFormatTests/{Rules/NoParensAroundConditionsTests.swift => NoPar.swift} (100%) rename Tests/SwiftFormatTests/{Rules/NoPlaygroundLiteralsTests.swift => NoPla.swift} (100%) rename Tests/SwiftFormatTests/{Rules/NoVoidReturnOnFunctionSignatureTests.swift => NoVoi.swift} (100%) rename Tests/SwiftFormatTests/{Rules/NoEmptyLinesOpeningClosingBracesTests.swift => Noem2.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/ObjectLiteralExprTests.swift => Objec.swift} (100%) rename Tests/SwiftFormatTests/{Rules/OmitReturnsTests.swift => OmitR.swift} (100%) rename Tests/SwiftFormatTests/{Rules/OneCasePerLineTests.swift => OneCa.swift} (100%) rename Tests/SwiftFormatTests/{Rules/OneVariableDeclarationPerLineTests.swift => OneVa.swift} (100%) rename Tests/SwiftFormatTests/{Rules/OnlyOneTrailingClosureArgumentTests.swift => OnlyO.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/OperatorDeclTests.swift => Opera.swift} (100%) rename Tests/SwiftFormatTests/{Rules/OrderedImportsTests.swift => Order.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/ParameterPackTests.swift => Param.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/ParenthesizedExprTests.swift => Paren.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/PatternBindingTests.swift => Patte.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/PrettyPrintTestCase.swift => Prett.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/ProtocolDeclTests.swift => Proto.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/RepeatStmtTests.swift => Repea.swift} (100%) rename Tests/SwiftFormatTests/{Rules/ReplaceForEachWithForLoopTests.swift => Repla.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/RespectsExistingLineBreaksTests.swift => Respe.swift} (100%) rename Tests/SwiftFormatTests/{Rules/ReturnVoidInsteadOfEmptyTupleTests.swift => Retur.swift} (100%) rename Tests/SwiftFormatTests/{Core/RuleMaskTests.swift => RuleM.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/SelectionTests.swift => Selec.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/SemicolonTests.swift => Semic.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/StringTests.swift => Strin.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/StructDeclTests.swift => Struc.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/SubscriptDeclTests.swift => Subc2.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/SubscriptExprTests.swift => Subsc.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/SwitchStmtTests.swift => Switc.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/SwitchCaseIndentConfigTests.swift => Switd.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/TernaryExprTests.swift => Terna.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/TryCatchTests.swift => TryCa.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/TupleDeclTests.swift => Tuple.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/TypeAliasTests.swift => TypeA.swift} (100%) rename Tests/SwiftFormatTests/{Rules/TypeNamesShouldBeCapitalizedTests.swift => TypeN.swift} (100%) rename Tests/SwiftFormatTests/{Rules/UseEarlyExitsTests.swift => UseEa.swift} (100%) rename Tests/SwiftFormatTests/{Rules/UseExplicitNilCheckInConditionsTests.swift => UseEx.swift} (100%) rename Tests/SwiftFormatTests/{Rules/UseLetInEveryBoundCaseVariableTests.swift => UseLe.swift} (100%) rename Tests/SwiftFormatTests/{Rules/UseShorthandTypeNamesTests.swift => UseSh.swift} (100%) rename Tests/SwiftFormatTests/{Rules/UseSingleLinePropertyGetterTests.swift => UseSi.swift} (100%) rename Tests/SwiftFormatTests/{Rules/UseSynthesizedInitializerTests.swift => UseSy.swift} (100%) rename Tests/SwiftFormatTests/{Rules/UseTripleSlashForDocumentationCommentsTests.swift => UseTr.swift} (100%) rename Tests/SwiftFormatTests/{Rules/UseWhereClausesInForLoopsTests.swift => UseWh.swift} (100%) rename Tests/SwiftFormatTests/{Rules/ValidateDocumentationCommentsTests.swift => Valid.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/VariableDeclTests.swift => Varia.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/WhileStmtTests.swift => While.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/WhitespaceLintTests.swift => Whitd.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/WhitespaceTestCase.swift => White.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/YieldStmtTests.swift => Yield.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/FunctionDeclTests.swift => func2.swift} (100%) rename Tests/SwiftFormatTests/{PrettyPrint/FunctionCallTests.swift => func3.swift} (100%) diff --git a/Tests/SwiftFormatTests/PrettyPrint/AccessorTests.swift b/Tests/SwiftFormatTests/Acces.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/AccessorTests.swift rename to Tests/SwiftFormatTests/Acces.swift diff --git a/Tests/SwiftFormatTests/Rules/AllPublicDeclarationsHaveDocumentationTests.swift b/Tests/SwiftFormatTests/AllPu.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/AllPublicDeclarationsHaveDocumentationTests.swift rename to Tests/SwiftFormatTests/AllPu.swift diff --git a/Tests/SwiftFormatTests/Rules/AlwaysUseLiteralForEmptyCollectionInitTests.swift b/Tests/SwiftFormatTests/Alw2.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/AlwaysUseLiteralForEmptyCollectionInitTests.swift rename to Tests/SwiftFormatTests/Alw2.swift diff --git a/Tests/SwiftFormatTests/Rules/AlwaysUseLowerCamelCaseTests.swift b/Tests/SwiftFormatTests/Alway.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/AlwaysUseLowerCamelCaseTests.swift rename to Tests/SwiftFormatTests/Alway.swift diff --git a/Tests/SwiftFormatTests/Rules/AmbiguousTrailingClosureOverloadTests.swift b/Tests/SwiftFormatTests/Ambig.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/AmbiguousTrailingClosureOverloadTests.swift rename to Tests/SwiftFormatTests/Ambig.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/ArrayDeclTests.swift b/Tests/SwiftFormatTests/Array.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/ArrayDeclTests.swift rename to Tests/SwiftFormatTests/Array.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/AsExprTests.swift b/Tests/SwiftFormatTests/AsExp.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/AsExprTests.swift rename to Tests/SwiftFormatTests/AsExp.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/AssignmentExprTests.swift b/Tests/SwiftFormatTests/Assig.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/AssignmentExprTests.swift rename to Tests/SwiftFormatTests/Assig.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/AttributeTests.swift b/Tests/SwiftFormatTests/Attri.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/AttributeTests.swift rename to Tests/SwiftFormatTests/Attri.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/AvailabilityConditionTests.swift b/Tests/SwiftFormatTests/Avail.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/AvailabilityConditionTests.swift rename to Tests/SwiftFormatTests/Avail.swift diff --git a/Tests/SwiftFormatTests/Rules/AvoidRetroactiveConformancesTests.swift b/Tests/SwiftFormatTests/Avoid.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/AvoidRetroactiveConformancesTests.swift rename to Tests/SwiftFormatTests/Avoid.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/AwaitExprTests.swift b/Tests/SwiftFormatTests/Await.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/AwaitExprTests.swift rename to Tests/SwiftFormatTests/Await.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/BackDeployAttributeTests.swift b/Tests/SwiftFormatTests/BackD.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/BackDeployAttributeTests.swift rename to Tests/SwiftFormatTests/BackD.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/BacktickTests.swift b/Tests/SwiftFormatTests/Backt.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/BacktickTests.swift rename to Tests/SwiftFormatTests/Backt.swift diff --git a/Tests/SwiftFormatTests/Rules/BeginDocumentationCommentWithOneLineSummaryTests.swift b/Tests/SwiftFormatTests/Begin.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/BeginDocumentationCommentWithOneLineSummaryTests.swift rename to Tests/SwiftFormatTests/Begin.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/BinaryOperatorExprTests.swift b/Tests/SwiftFormatTests/Binar.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/BinaryOperatorExprTests.swift rename to Tests/SwiftFormatTests/Binar.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/ClassDeclTests.swift b/Tests/SwiftFormatTests/Class.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/ClassDeclTests.swift rename to Tests/SwiftFormatTests/Class.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/ClosureExprTests.swift b/Tests/SwiftFormatTests/Closu.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/ClosureExprTests.swift rename to Tests/SwiftFormatTests/Closu.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/CommaTests.swift b/Tests/SwiftFormatTests/Comma.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/CommaTests.swift rename to Tests/SwiftFormatTests/Comma.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/CommentTests.swift b/Tests/SwiftFormatTests/Comme.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/CommentTests.swift rename to Tests/SwiftFormatTests/Comme.swift diff --git a/Tests/SwiftFormatTests/API/ConfigurationTests.swift b/Tests/SwiftFormatTests/Confi.swift similarity index 100% rename from Tests/SwiftFormatTests/API/ConfigurationTests.swift rename to Tests/SwiftFormatTests/Confi.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/ConstrainedSugarTypeTests.swift b/Tests/SwiftFormatTests/Const.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/ConstrainedSugarTypeTests.swift rename to Tests/SwiftFormatTests/Const.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/ConsumeExprTests.swift b/Tests/SwiftFormatTests/Consu.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/ConsumeExprTests.swift rename to Tests/SwiftFormatTests/Consu.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/CopyExprSyntax.swift b/Tests/SwiftFormatTests/CopyE.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/CopyExprSyntax.swift rename to Tests/SwiftFormatTests/CopyE.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/DeclNameArgumentTests.swift b/Tests/SwiftFormatTests/DeclN.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/DeclNameArgumentTests.swift rename to Tests/SwiftFormatTests/DeclN.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/DeinitializerDeclTests.swift b/Tests/SwiftFormatTests/Deini.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/DeinitializerDeclTests.swift rename to Tests/SwiftFormatTests/Deini.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/DictionaryDeclTests.swift b/Tests/SwiftFormatTests/Dicti.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/DictionaryDeclTests.swift rename to Tests/SwiftFormatTests/Dicti.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/DifferentiationAttributeTests.swift b/Tests/SwiftFormatTests/Diffe.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/DifferentiationAttributeTests.swift rename to Tests/SwiftFormatTests/Diffe.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/DiscardStmtTests.swift b/Tests/SwiftFormatTests/Disca.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/DiscardStmtTests.swift rename to Tests/SwiftFormatTests/Disca.swift diff --git a/Tests/SwiftFormatTests/Rules/DoNotUseSemicolonsTests.swift b/Tests/SwiftFormatTests/DoNot.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/DoNotUseSemicolonsTests.swift rename to Tests/SwiftFormatTests/DoNot.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/DoStmtTests.swift b/Tests/SwiftFormatTests/DoStm.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/DoStmtTests.swift rename to Tests/SwiftFormatTests/DoStm.swift diff --git a/Tests/SwiftFormatTests/Core/DocumentationCommentTests.swift b/Tests/SwiftFormatTests/Doc2.swift similarity index 100% rename from Tests/SwiftFormatTests/Core/DocumentationCommentTests.swift rename to Tests/SwiftFormatTests/Doc2.swift diff --git a/Tests/SwiftFormatTests/Core/DocumentationCommentTextTests.swift b/Tests/SwiftFormatTests/Docum.swift similarity index 100% rename from Tests/SwiftFormatTests/Core/DocumentationCommentTextTests.swift rename to Tests/SwiftFormatTests/Docum.swift diff --git a/Tests/SwiftFormatTests/Rules/DontRepeatTypeInStaticPropertiesTests.swift b/Tests/SwiftFormatTests/DontR.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/DontRepeatTypeInStaticPropertiesTests.swift rename to Tests/SwiftFormatTests/DontR.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/EnumDeclTests.swift b/Tests/SwiftFormatTests/EnumD.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/EnumDeclTests.swift rename to Tests/SwiftFormatTests/EnumD.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/ExtensionDeclTests.swift b/Tests/SwiftFormatTests/Exten.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/ExtensionDeclTests.swift rename to Tests/SwiftFormatTests/Exten.swift diff --git a/Tests/SwiftFormatTests/Utilities/FileIteratorTests.swift b/Tests/SwiftFormatTests/FileI.swift similarity index 100% rename from Tests/SwiftFormatTests/Utilities/FileIteratorTests.swift rename to Tests/SwiftFormatTests/FileI.swift diff --git a/Tests/SwiftFormatTests/Rules/FileScopedDeclarationPrivacyTests.swift b/Tests/SwiftFormatTests/FileS.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/FileScopedDeclarationPrivacyTests.swift rename to Tests/SwiftFormatTests/FileS.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/ForInStmtTests.swift b/Tests/SwiftFormatTests/ForIn.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/ForInStmtTests.swift rename to Tests/SwiftFormatTests/ForIn.swift diff --git a/Tests/SwiftFormatTests/Rules/FullyIndirectEnumTests.swift b/Tests/SwiftFormatTests/Fully.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/FullyIndirectEnumTests.swift rename to Tests/SwiftFormatTests/Fully.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/FunctionTypeTests.swift b/Tests/SwiftFormatTests/Funct.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/FunctionTypeTests.swift rename to Tests/SwiftFormatTests/Funct.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/GarbageTextTests.swift b/Tests/SwiftFormatTests/Garba.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/GarbageTextTests.swift rename to Tests/SwiftFormatTests/Garba.swift diff --git a/Tests/SwiftFormatTests/Rules/GroupNumericLiteralsTests.swift b/Tests/SwiftFormatTests/Group.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/GroupNumericLiteralsTests.swift rename to Tests/SwiftFormatTests/Group.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/GuardStmtTests.swift b/Tests/SwiftFormatTests/Guard.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/GuardStmtTests.swift rename to Tests/SwiftFormatTests/Guard.swift diff --git a/Tests/SwiftFormatTests/Rules/IdentifiersMustBeASCIITests.swift b/Tests/SwiftFormatTests/Ident.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/IdentifiersMustBeASCIITests.swift rename to Tests/SwiftFormatTests/Ident.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/IfConfigTests.swift b/Tests/SwiftFormatTests/IfCon.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/IfConfigTests.swift rename to Tests/SwiftFormatTests/IfCon.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/IfStmtTests.swift b/Tests/SwiftFormatTests/IfStm.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/IfStmtTests.swift rename to Tests/SwiftFormatTests/IfStm.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/IgnoreNodeTests.swift b/Tests/SwiftFormatTests/Ignor.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/IgnoreNodeTests.swift rename to Tests/SwiftFormatTests/Ignor.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/ImportTests.swift b/Tests/SwiftFormatTests/Imp2.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/ImportTests.swift rename to Tests/SwiftFormatTests/Imp2.swift diff --git a/Tests/SwiftFormatTests/Rules/ImportsXCTestVisitorTests.swift b/Tests/SwiftFormatTests/Impor.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/ImportsXCTestVisitorTests.swift rename to Tests/SwiftFormatTests/Impor.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/InitializerDeclTests.swift b/Tests/SwiftFormatTests/Initi.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/InitializerDeclTests.swift rename to Tests/SwiftFormatTests/Initi.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/KeyPathExprTests.swift b/Tests/SwiftFormatTests/KeyPa.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/KeyPathExprTests.swift rename to Tests/SwiftFormatTests/KeyPa.swift diff --git a/Tests/SwiftFormatTests/Rules/LintOrFormatRuleTestCase.swift b/Tests/SwiftFormatTests/LintO.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/LintOrFormatRuleTestCase.swift rename to Tests/SwiftFormatTests/LintO.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/MacroCallTests.swift b/Tests/SwiftFormatTests/Mac2.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/MacroCallTests.swift rename to Tests/SwiftFormatTests/Mac2.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/MacroDeclTests.swift b/Tests/SwiftFormatTests/Macro.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/MacroDeclTests.swift rename to Tests/SwiftFormatTests/Macro.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/MemberAccessExprTests.swift b/Tests/SwiftFormatTests/Mem2.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/MemberAccessExprTests.swift rename to Tests/SwiftFormatTests/Mem2.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/MemberTypeIdentifierTests.swift b/Tests/SwiftFormatTests/Membe.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/MemberTypeIdentifierTests.swift rename to Tests/SwiftFormatTests/Membe.swift diff --git a/Tests/SwiftFormatTests/Rules/NeverUseForceTryTests.swift b/Tests/SwiftFormatTests/Nev2.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/NeverUseForceTryTests.swift rename to Tests/SwiftFormatTests/Nev2.swift diff --git a/Tests/SwiftFormatTests/Rules/NeverForceUnwrapTests.swift b/Tests/SwiftFormatTests/Nev3.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/NeverForceUnwrapTests.swift rename to Tests/SwiftFormatTests/Nev3.swift diff --git a/Tests/SwiftFormatTests/Rules/NeverUseImplicitlyUnwrappedOptionalsTests.swift b/Tests/SwiftFormatTests/Never.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/NeverUseImplicitlyUnwrappedOptionalsTests.swift rename to Tests/SwiftFormatTests/Never.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/NewlineTests.swift b/Tests/SwiftFormatTests/Newli.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/NewlineTests.swift rename to Tests/SwiftFormatTests/Newli.swift diff --git a/Tests/SwiftFormatTests/Rules/NoAccessLevelOnExtensionDeclarationTests.swift b/Tests/SwiftFormatTests/NoAcc.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/NoAccessLevelOnExtensionDeclarationTests.swift rename to Tests/SwiftFormatTests/NoAcc.swift diff --git a/Tests/SwiftFormatTests/Rules/NoAssignmentInExpressionsTests.swift b/Tests/SwiftFormatTests/NoAss.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/NoAssignmentInExpressionsTests.swift rename to Tests/SwiftFormatTests/NoAss.swift diff --git a/Tests/SwiftFormatTests/Rules/NoBlockCommentsTests.swift b/Tests/SwiftFormatTests/NoBlo.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/NoBlockCommentsTests.swift rename to Tests/SwiftFormatTests/NoBlo.swift diff --git a/Tests/SwiftFormatTests/Rules/NoCasesWithOnlyFallthroughTests.swift b/Tests/SwiftFormatTests/NoCas.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/NoCasesWithOnlyFallthroughTests.swift rename to Tests/SwiftFormatTests/NoCas.swift diff --git a/Tests/SwiftFormatTests/Rules/NoEmptyTrailingClosureParenthesesTests.swift b/Tests/SwiftFormatTests/NoEmp.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/NoEmptyTrailingClosureParenthesesTests.swift rename to Tests/SwiftFormatTests/NoEmp.swift diff --git a/Tests/SwiftFormatTests/Rules/NoLabelsInCasePatternsTests.swift b/Tests/SwiftFormatTests/NoLab.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/NoLabelsInCasePatternsTests.swift rename to Tests/SwiftFormatTests/NoLab.swift diff --git a/Tests/SwiftFormatTests/Rules/NoLeadingUnderscoresTests.swift b/Tests/SwiftFormatTests/NoLea.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/NoLeadingUnderscoresTests.swift rename to Tests/SwiftFormatTests/NoLea.swift diff --git a/Tests/SwiftFormatTests/Rules/NoParensAroundConditionsTests.swift b/Tests/SwiftFormatTests/NoPar.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/NoParensAroundConditionsTests.swift rename to Tests/SwiftFormatTests/NoPar.swift diff --git a/Tests/SwiftFormatTests/Rules/NoPlaygroundLiteralsTests.swift b/Tests/SwiftFormatTests/NoPla.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/NoPlaygroundLiteralsTests.swift rename to Tests/SwiftFormatTests/NoPla.swift diff --git a/Tests/SwiftFormatTests/Rules/NoVoidReturnOnFunctionSignatureTests.swift b/Tests/SwiftFormatTests/NoVoi.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/NoVoidReturnOnFunctionSignatureTests.swift rename to Tests/SwiftFormatTests/NoVoi.swift diff --git a/Tests/SwiftFormatTests/Rules/NoEmptyLinesOpeningClosingBracesTests.swift b/Tests/SwiftFormatTests/Noem2.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/NoEmptyLinesOpeningClosingBracesTests.swift rename to Tests/SwiftFormatTests/Noem2.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/ObjectLiteralExprTests.swift b/Tests/SwiftFormatTests/Objec.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/ObjectLiteralExprTests.swift rename to Tests/SwiftFormatTests/Objec.swift diff --git a/Tests/SwiftFormatTests/Rules/OmitReturnsTests.swift b/Tests/SwiftFormatTests/OmitR.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/OmitReturnsTests.swift rename to Tests/SwiftFormatTests/OmitR.swift diff --git a/Tests/SwiftFormatTests/Rules/OneCasePerLineTests.swift b/Tests/SwiftFormatTests/OneCa.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/OneCasePerLineTests.swift rename to Tests/SwiftFormatTests/OneCa.swift diff --git a/Tests/SwiftFormatTests/Rules/OneVariableDeclarationPerLineTests.swift b/Tests/SwiftFormatTests/OneVa.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/OneVariableDeclarationPerLineTests.swift rename to Tests/SwiftFormatTests/OneVa.swift diff --git a/Tests/SwiftFormatTests/Rules/OnlyOneTrailingClosureArgumentTests.swift b/Tests/SwiftFormatTests/OnlyO.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/OnlyOneTrailingClosureArgumentTests.swift rename to Tests/SwiftFormatTests/OnlyO.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/OperatorDeclTests.swift b/Tests/SwiftFormatTests/Opera.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/OperatorDeclTests.swift rename to Tests/SwiftFormatTests/Opera.swift diff --git a/Tests/SwiftFormatTests/Rules/OrderedImportsTests.swift b/Tests/SwiftFormatTests/Order.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/OrderedImportsTests.swift rename to Tests/SwiftFormatTests/Order.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/ParameterPackTests.swift b/Tests/SwiftFormatTests/Param.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/ParameterPackTests.swift rename to Tests/SwiftFormatTests/Param.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/ParenthesizedExprTests.swift b/Tests/SwiftFormatTests/Paren.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/ParenthesizedExprTests.swift rename to Tests/SwiftFormatTests/Paren.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/PatternBindingTests.swift b/Tests/SwiftFormatTests/Patte.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/PatternBindingTests.swift rename to Tests/SwiftFormatTests/Patte.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/PrettyPrintTestCase.swift b/Tests/SwiftFormatTests/Prett.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/PrettyPrintTestCase.swift rename to Tests/SwiftFormatTests/Prett.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/ProtocolDeclTests.swift b/Tests/SwiftFormatTests/Proto.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/ProtocolDeclTests.swift rename to Tests/SwiftFormatTests/Proto.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/RepeatStmtTests.swift b/Tests/SwiftFormatTests/Repea.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/RepeatStmtTests.swift rename to Tests/SwiftFormatTests/Repea.swift diff --git a/Tests/SwiftFormatTests/Rules/ReplaceForEachWithForLoopTests.swift b/Tests/SwiftFormatTests/Repla.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/ReplaceForEachWithForLoopTests.swift rename to Tests/SwiftFormatTests/Repla.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/RespectsExistingLineBreaksTests.swift b/Tests/SwiftFormatTests/Respe.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/RespectsExistingLineBreaksTests.swift rename to Tests/SwiftFormatTests/Respe.swift diff --git a/Tests/SwiftFormatTests/Rules/ReturnVoidInsteadOfEmptyTupleTests.swift b/Tests/SwiftFormatTests/Retur.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/ReturnVoidInsteadOfEmptyTupleTests.swift rename to Tests/SwiftFormatTests/Retur.swift diff --git a/Tests/SwiftFormatTests/Core/RuleMaskTests.swift b/Tests/SwiftFormatTests/RuleM.swift similarity index 100% rename from Tests/SwiftFormatTests/Core/RuleMaskTests.swift rename to Tests/SwiftFormatTests/RuleM.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/SelectionTests.swift b/Tests/SwiftFormatTests/Selec.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/SelectionTests.swift rename to Tests/SwiftFormatTests/Selec.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/SemicolonTests.swift b/Tests/SwiftFormatTests/Semic.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/SemicolonTests.swift rename to Tests/SwiftFormatTests/Semic.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/StringTests.swift b/Tests/SwiftFormatTests/Strin.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/StringTests.swift rename to Tests/SwiftFormatTests/Strin.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/StructDeclTests.swift b/Tests/SwiftFormatTests/Struc.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/StructDeclTests.swift rename to Tests/SwiftFormatTests/Struc.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/SubscriptDeclTests.swift b/Tests/SwiftFormatTests/Subc2.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/SubscriptDeclTests.swift rename to Tests/SwiftFormatTests/Subc2.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/SubscriptExprTests.swift b/Tests/SwiftFormatTests/Subsc.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/SubscriptExprTests.swift rename to Tests/SwiftFormatTests/Subsc.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/SwitchStmtTests.swift b/Tests/SwiftFormatTests/Switc.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/SwitchStmtTests.swift rename to Tests/SwiftFormatTests/Switc.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/SwitchCaseIndentConfigTests.swift b/Tests/SwiftFormatTests/Switd.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/SwitchCaseIndentConfigTests.swift rename to Tests/SwiftFormatTests/Switd.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/TernaryExprTests.swift b/Tests/SwiftFormatTests/Terna.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/TernaryExprTests.swift rename to Tests/SwiftFormatTests/Terna.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/TryCatchTests.swift b/Tests/SwiftFormatTests/TryCa.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/TryCatchTests.swift rename to Tests/SwiftFormatTests/TryCa.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/TupleDeclTests.swift b/Tests/SwiftFormatTests/Tuple.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/TupleDeclTests.swift rename to Tests/SwiftFormatTests/Tuple.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/TypeAliasTests.swift b/Tests/SwiftFormatTests/TypeA.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/TypeAliasTests.swift rename to Tests/SwiftFormatTests/TypeA.swift diff --git a/Tests/SwiftFormatTests/Rules/TypeNamesShouldBeCapitalizedTests.swift b/Tests/SwiftFormatTests/TypeN.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/TypeNamesShouldBeCapitalizedTests.swift rename to Tests/SwiftFormatTests/TypeN.swift diff --git a/Tests/SwiftFormatTests/Rules/UseEarlyExitsTests.swift b/Tests/SwiftFormatTests/UseEa.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/UseEarlyExitsTests.swift rename to Tests/SwiftFormatTests/UseEa.swift diff --git a/Tests/SwiftFormatTests/Rules/UseExplicitNilCheckInConditionsTests.swift b/Tests/SwiftFormatTests/UseEx.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/UseExplicitNilCheckInConditionsTests.swift rename to Tests/SwiftFormatTests/UseEx.swift diff --git a/Tests/SwiftFormatTests/Rules/UseLetInEveryBoundCaseVariableTests.swift b/Tests/SwiftFormatTests/UseLe.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/UseLetInEveryBoundCaseVariableTests.swift rename to Tests/SwiftFormatTests/UseLe.swift diff --git a/Tests/SwiftFormatTests/Rules/UseShorthandTypeNamesTests.swift b/Tests/SwiftFormatTests/UseSh.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/UseShorthandTypeNamesTests.swift rename to Tests/SwiftFormatTests/UseSh.swift diff --git a/Tests/SwiftFormatTests/Rules/UseSingleLinePropertyGetterTests.swift b/Tests/SwiftFormatTests/UseSi.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/UseSingleLinePropertyGetterTests.swift rename to Tests/SwiftFormatTests/UseSi.swift diff --git a/Tests/SwiftFormatTests/Rules/UseSynthesizedInitializerTests.swift b/Tests/SwiftFormatTests/UseSy.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/UseSynthesizedInitializerTests.swift rename to Tests/SwiftFormatTests/UseSy.swift diff --git a/Tests/SwiftFormatTests/Rules/UseTripleSlashForDocumentationCommentsTests.swift b/Tests/SwiftFormatTests/UseTr.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/UseTripleSlashForDocumentationCommentsTests.swift rename to Tests/SwiftFormatTests/UseTr.swift diff --git a/Tests/SwiftFormatTests/Rules/UseWhereClausesInForLoopsTests.swift b/Tests/SwiftFormatTests/UseWh.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/UseWhereClausesInForLoopsTests.swift rename to Tests/SwiftFormatTests/UseWh.swift diff --git a/Tests/SwiftFormatTests/Rules/ValidateDocumentationCommentsTests.swift b/Tests/SwiftFormatTests/Valid.swift similarity index 100% rename from Tests/SwiftFormatTests/Rules/ValidateDocumentationCommentsTests.swift rename to Tests/SwiftFormatTests/Valid.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/VariableDeclTests.swift b/Tests/SwiftFormatTests/Varia.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/VariableDeclTests.swift rename to Tests/SwiftFormatTests/Varia.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/WhileStmtTests.swift b/Tests/SwiftFormatTests/While.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/WhileStmtTests.swift rename to Tests/SwiftFormatTests/While.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/WhitespaceLintTests.swift b/Tests/SwiftFormatTests/Whitd.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/WhitespaceLintTests.swift rename to Tests/SwiftFormatTests/Whitd.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/WhitespaceTestCase.swift b/Tests/SwiftFormatTests/White.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/WhitespaceTestCase.swift rename to Tests/SwiftFormatTests/White.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/YieldStmtTests.swift b/Tests/SwiftFormatTests/Yield.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/YieldStmtTests.swift rename to Tests/SwiftFormatTests/Yield.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/FunctionDeclTests.swift b/Tests/SwiftFormatTests/func2.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/FunctionDeclTests.swift rename to Tests/SwiftFormatTests/func2.swift diff --git a/Tests/SwiftFormatTests/PrettyPrint/FunctionCallTests.swift b/Tests/SwiftFormatTests/func3.swift similarity index 100% rename from Tests/SwiftFormatTests/PrettyPrint/FunctionCallTests.swift rename to Tests/SwiftFormatTests/func3.swift