mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
65f44a07e7
Co-authored-by: Danny Mösch <danny.moesch@icloud.com>
159 lines
4.6 KiB
Swift
159 lines
4.6 KiB
Swift
// GENERATED FILE. DO NOT EDIT!
|
|
|
|
// swiftlint:disable:next blanket_disable_command superfluous_disable_command
|
|
// swiftlint:disable single_test_class type_name
|
|
|
|
@testable import SwiftLintBuiltInRules
|
|
@testable import SwiftLintCore
|
|
import TestHelpers
|
|
|
|
final class LegacyCGGeometryFunctionsRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(LegacyCGGeometryFunctionsRule.description)
|
|
}
|
|
}
|
|
|
|
final class LegacyConstantRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(LegacyConstantRule.description)
|
|
}
|
|
}
|
|
|
|
final class LegacyConstructorRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(LegacyConstructorRule.description)
|
|
}
|
|
}
|
|
|
|
final class LegacyHashingRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(LegacyHashingRule.description)
|
|
}
|
|
}
|
|
|
|
final class LegacyMultipleRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(LegacyMultipleRule.description)
|
|
}
|
|
}
|
|
|
|
final class LegacyNSGeometryFunctionsRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(LegacyNSGeometryFunctionsRule.description)
|
|
}
|
|
}
|
|
|
|
final class LegacyObjcTypeRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(LegacyObjcTypeRule.description)
|
|
}
|
|
}
|
|
|
|
final class LegacyRandomRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(LegacyRandomRule.description)
|
|
}
|
|
}
|
|
|
|
final class LegacyUIGraphicsFunctionRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(LegacyUIGraphicsFunctionRule.description)
|
|
}
|
|
}
|
|
|
|
final class LetVarWhitespaceRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(LetVarWhitespaceRule.description)
|
|
}
|
|
}
|
|
|
|
final class LineLengthRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(LineLengthRule.description)
|
|
}
|
|
}
|
|
|
|
final class LiteralExpressionEndIndentationRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(LiteralExpressionEndIndentationRule.description)
|
|
}
|
|
}
|
|
|
|
final class LocalDocCommentRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(LocalDocCommentRule.description)
|
|
}
|
|
}
|
|
|
|
final class LowerACLThanParentRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(LowerACLThanParentRule.description)
|
|
}
|
|
}
|
|
|
|
final class MarkRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(MarkRule.description)
|
|
}
|
|
}
|
|
|
|
final class MissingDocsRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(MissingDocsRule.description)
|
|
}
|
|
}
|
|
|
|
final class ModifierOrderRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(ModifierOrderRule.description)
|
|
}
|
|
}
|
|
|
|
final class MultilineArgumentsBracketsRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(MultilineArgumentsBracketsRule.description)
|
|
}
|
|
}
|
|
|
|
final class MultilineArgumentsRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(MultilineArgumentsRule.description)
|
|
}
|
|
}
|
|
|
|
final class MultilineCallArgumentsRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(MultilineCallArgumentsRule.description)
|
|
}
|
|
}
|
|
|
|
final class MultilineFunctionChainsRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(MultilineFunctionChainsRule.description)
|
|
}
|
|
}
|
|
|
|
final class MultilineLiteralBracketsRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(MultilineLiteralBracketsRule.description)
|
|
}
|
|
}
|
|
|
|
final class MultilineParametersBracketsRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(MultilineParametersBracketsRule.description)
|
|
}
|
|
}
|
|
|
|
final class MultilineParametersRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(MultilineParametersRule.description)
|
|
}
|
|
}
|
|
|
|
final class MultipleClosuresWithTrailingClosureRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(MultipleClosuresWithTrailingClosureRule.description)
|
|
}
|
|
}
|