|
| 1 | +//===----------------------------------------------------------------------===// |
| 2 | +// |
| 3 | +// This source file is part of the Swift.org open source project |
| 4 | +// |
| 5 | +// Copyright (c) 2014 - 2019 Apple Inc. and the Swift project authors |
| 6 | +// Licensed under Apache License v2.0 with Runtime Library Exception |
| 7 | +// |
| 8 | +// See https://swift.org/LICENSE.txt for license information |
| 9 | +// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors |
| 10 | +// |
| 11 | +//===----------------------------------------------------------------------===// |
| 12 | + |
| 13 | +// This file is automatically generated with generate-pipeline. Do Not Edit! |
| 14 | + |
| 15 | +/// By default, the `Rule.ruleName` should be the name of the implementing rule type. |
| 16 | +public let ruleNameCache: [ObjectIdentifier: String] = [ |
| 17 | + ObjectIdentifier(AllPublicDeclarationsHaveDocumentation.self): "AllPublicDeclarationsHaveDocumentation", |
| 18 | + ObjectIdentifier(AlwaysUseLowerCamelCase.self): "AlwaysUseLowerCamelCase", |
| 19 | + ObjectIdentifier(AmbiguousTrailingClosureOverload.self): "AmbiguousTrailingClosureOverload", |
| 20 | + ObjectIdentifier(BeginDocumentationCommentWithOneLineSummary.self): "BeginDocumentationCommentWithOneLineSummary", |
| 21 | + ObjectIdentifier(DoNotUseSemicolons.self): "DoNotUseSemicolons", |
| 22 | + ObjectIdentifier(DontRepeatTypeInStaticProperties.self): "DontRepeatTypeInStaticProperties", |
| 23 | + ObjectIdentifier(FileScopedDeclarationPrivacy.self): "FileScopedDeclarationPrivacy", |
| 24 | + ObjectIdentifier(FullyIndirectEnum.self): "FullyIndirectEnum", |
| 25 | + ObjectIdentifier(GroupNumericLiterals.self): "GroupNumericLiterals", |
| 26 | + ObjectIdentifier(IdentifiersMustBeASCII.self): "IdentifiersMustBeASCII", |
| 27 | + ObjectIdentifier(NeverForceUnwrap.self): "NeverForceUnwrap", |
| 28 | + ObjectIdentifier(NeverUseForceTry.self): "NeverUseForceTry", |
| 29 | + ObjectIdentifier(NeverUseImplicitlyUnwrappedOptionals.self): "NeverUseImplicitlyUnwrappedOptionals", |
| 30 | + ObjectIdentifier(NoAccessLevelOnExtensionDeclaration.self): "NoAccessLevelOnExtensionDeclaration", |
| 31 | + ObjectIdentifier(NoBlockComments.self): "NoBlockComments", |
| 32 | + ObjectIdentifier(NoCasesWithOnlyFallthrough.self): "NoCasesWithOnlyFallthrough", |
| 33 | + ObjectIdentifier(NoEmptyTrailingClosureParentheses.self): "NoEmptyTrailingClosureParentheses", |
| 34 | + ObjectIdentifier(NoLabelsInCasePatterns.self): "NoLabelsInCasePatterns", |
| 35 | + ObjectIdentifier(NoLeadingUnderscores.self): "NoLeadingUnderscores", |
| 36 | + ObjectIdentifier(NoParensAroundConditions.self): "NoParensAroundConditions", |
| 37 | + ObjectIdentifier(NoVoidReturnOnFunctionSignature.self): "NoVoidReturnOnFunctionSignature", |
| 38 | + ObjectIdentifier(OneCasePerLine.self): "OneCasePerLine", |
| 39 | + ObjectIdentifier(OneVariableDeclarationPerLine.self): "OneVariableDeclarationPerLine", |
| 40 | + ObjectIdentifier(OnlyOneTrailingClosureArgument.self): "OnlyOneTrailingClosureArgument", |
| 41 | + ObjectIdentifier(OrderedImports.self): "OrderedImports", |
| 42 | + ObjectIdentifier(ReturnVoidInsteadOfEmptyTuple.self): "ReturnVoidInsteadOfEmptyTuple", |
| 43 | + ObjectIdentifier(UseEarlyExits.self): "UseEarlyExits", |
| 44 | + ObjectIdentifier(UseLetInEveryBoundCaseVariable.self): "UseLetInEveryBoundCaseVariable", |
| 45 | + ObjectIdentifier(UseShorthandTypeNames.self): "UseShorthandTypeNames", |
| 46 | + ObjectIdentifier(UseSingleLinePropertyGetter.self): "UseSingleLinePropertyGetter", |
| 47 | + ObjectIdentifier(UseSynthesizedInitializer.self): "UseSynthesizedInitializer", |
| 48 | + ObjectIdentifier(UseTripleSlashForDocumentationComments.self): "UseTripleSlashForDocumentationComments", |
| 49 | + ObjectIdentifier(UseWhereClausesInForLoops.self): "UseWhereClausesInForLoops", |
| 50 | + ObjectIdentifier(ValidateDocumentationComments.self): "ValidateDocumentationComments", |
| 51 | +] |
0 commit comments