mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +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 ```