Files
SwiftLint/Source/SwiftLintFramework/Models
Ben Staveley-Taylor bff405d34e Add deinit_required rule
Classes are required to have a deinit method.

This is a style to help debugging memory issues, when it is common to want to set a breakpoint at the point of deallocation. Most classes don't have a deinit, so the developer ends up having to quit, add a deinit and rebuild to proceed. If all classes have a deinit, debugging is much smoother.

Ref: https://github.com/realm/SwiftLint/issues/2620
2019-02-02 14:52:48 +00:00
..
2018-05-04 13:42:02 -07:00
2019-02-02 14:52:48 +00:00
2018-09-02 14:09:04 -07:00
2018-09-02 14:09:04 -07:00
2019-01-23 11:08:50 -08:00