SwiftLint/Source/SwiftLintFramework/Rules
JP Simard fbbccf9db8
Allow configuring `xct_specific_matcher` with matchers (#4905)
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
```
2023-04-18 20:50:58 +00:00
..
ExcludedFromBazel Add support for native custom rules (#4039) 2022-07-26 13:56:22 -04:00
Idiomatic Allow configuring `xct_specific_matcher` with matchers (#4905) 2023-04-18 20:50:58 +00:00
Lint Update `UnusedImportRuleExamples` for Swift 5.8 (#4903) 2023-04-18 17:58:40 +00:00
Metrics Enable `direct_return` rule in the repository 2023-03-12 14:36:07 +01:00
Performance Check first argument label in `reduce_boolean` rule (#4895) 2023-04-16 09:58:27 +02:00
RuleConfigurations Allow configuring `xct_specific_matcher` with matchers (#4905) 2023-04-18 20:50:58 +00:00
Style Skip unit tests in `no_magic_numbers` rule (#4897) 2023-04-16 09:07:54 +02:00