Skip to content

Commit

Permalink
Line length fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mildm8nnered committed Jun 2, 2024
1 parent 41844f8 commit 5017b0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/SwiftLintCore/Models/Configuration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 5017b0f

Please sign in to comment.