mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
800030ad11
* Remove NonPrivateXCTestMembersRule I accidentally implemented this rule twice. So TestCaseAccessibilityRule did the same thing but with a bit more behavior. This change deletes NonPrivateXCTestMembersRule but also ports over the autocorrection from it to TestCaseAccessibilityRule.