Web3Swift
Web3Swift copied to clipboard
Swiftlint rule to enforce final classes
As per #41 Every class must be final. We should create a new rule for that.
@biboran/z please, pay attention to this issue
@biboran see https://github.com/realm/SwiftLint/issues/228
@driver733 I think our rule is a lot simpler. We simply need every class to be final.
I believe the request in the issue realm/SwiftLint#228 is a bit ridiculous. What's the point of enforcing final (except maybe for dispatch) if the rule can be overridden by subclassing?