mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
fbbccf9db8
So that either `one-argument-asserts` or `two-argument-asserts` or both can be enabled. The following configuration effectively reverts back to the rule behavior prior to https://github.com/realm/SwiftLint/pull/3858: ```yaml xct_specific_matcher: matchers: - two-argument-asserts ```