Current SwiftLint rules:
file_length:
warning: 800
error: 1500
The error
I followed this answer but the error doesn't go away
// swiftlint:disable force_cast
import UIKit
class MyClass: UIViewController {
}
// swiftlint:enable force_cast
How can I ignore SwiftLint rules in certain file?