You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Complete output when running SwiftLint, including the stack trace and command used
$ swiftlint lint test.swift
Linting Swift files at paths test.swift
Linting 'test.swift' (1/1)
[snipped]/test.swift:8:5: warning: Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)Done linting! Found 1 violation, 0 serious in 1 file.
New Issue Checklist
Describe the bug
In the following code, the override is deemed redundant, even though it provides an default parameter:
Complete output when running SwiftLint, including the stack trace and command used
Environment
xcodebuild -version
): Xcode 15.0.1 Build version 15A507The text was updated successfully, but these errors were encountered: