From 5017b0f6508012fbcccea0912b6df183ca1331f8 Mon Sep 17 00:00:00 2001 From: Martin Redington Date: Sun, 2 Jun 2024 22:07:22 +0100 Subject: [PATCH] Line length fix --- Source/SwiftLintCore/Models/Configuration.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/SwiftLintCore/Models/Configuration.swift b/Source/SwiftLintCore/Models/Configuration.swift index a29cfad3a23..33054164963 100644 --- a/Source/SwiftLintCore/Models/Configuration.swift +++ b/Source/SwiftLintCore/Models/Configuration.swift @@ -128,7 +128,8 @@ public struct Configuration { /// - parameter reporter: The identifier for the `Reporter` to use to report style violations. /// - parameter cachePath: The location of the persisted cache to use whith this configuration. /// - parameter pinnedVersion: The SwiftLint version defined in this configuration. - /// - parameter allowZeroLintableFiles: Allow SwiftLint to exit successfully when passed ignored or unlintable files. + /// - parameter allowZeroLintableFiles: Allow SwiftLint to exit successfully when passed ignored or unlintable + /// files. /// - parameter strict: Treat warnings as errors. /// - parameter checkForUpdates: Check for updates to SwiftLint. package init(