You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Summary**:
- Helps developers surface any errors and typos in their `.swift-format`
config files by showing a warning when running `swift-format` if the
configuration includes invalid rules.
- The actual check is in `Frontend.swift`.
- The dictionary of rules for verification is in `RuleRegistry`, which
is made `public` to be able to import it in `swift-format` target.
**Motivation**:
- Closes#607
0 commit comments