mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
Warn about implicit overrides (#5936)
This commit is contained in:
@@ -32,6 +32,7 @@ copts = [
|
||||
"ForwardTrailingClosures",
|
||||
"-enable-upcoming-feature",
|
||||
"ImplicitOpenExistentials",
|
||||
"-Xfrontend", "-warn-implicit-overrides",
|
||||
]
|
||||
|
||||
strict_concurrency_copts = [
|
||||
|
||||
@@ -10,9 +10,6 @@ public protocol Reporter: CustomStringConvertible {
|
||||
/// A more detailed description of the reporter's output.
|
||||
static var description: String { get }
|
||||
|
||||
/// For CustomStringConvertible conformance.
|
||||
var description: String { get }
|
||||
|
||||
/// Return a string with the report for the specified violations.
|
||||
///
|
||||
/// - parameter violations: The violations to report.
|
||||
|
||||
Reference in New Issue
Block a user