What's Changed
- Update
no_release_standard_outlint rule to include SwiftUI_printChangeshelper by @calda in #297 - Update SwiftFormat to 0.56 beta 6 by @calda in #298
- Add rule to avoid prefixing Swift Testing test case methods with "test" by @calda in #299
- Update to SwiftFormat 0.56-beta-9 by @calda in #301
- Remove unusedPrivateDeclarations rule by @mannylopez in #304
- Update
update:swiftformatto use nightly builds fromcalda/SwiftFormat-nightlyrepo by @calda in #307 - Wrap multi-line function declarations before the last paren by @mike-at-home in #306
- Match call-site paren on multi-line function calls by @mike-at-home in #308
- Enable
--wrapstringinterpolation preserveby @calda in #309 - Add rule to keep modifiers on the same line as the rest of the declaration by @calda in #311
- Add rule to avoid
publicaccess control ininternaltypes by @calda in #310 - add new proposed rule in new Testing section by @jqsilver in #313
- add new rule to prefer throwing in tests over
try!by @jqsilver in #314 - Move "Swift Testing test case names" rule to new "Testing" section by @calda in #316
- Enable autocorrect for "avoid guard in tests" rule by @calda in #315
- Add RedundantMemberwiseInit rule by @miguel-jimenez-0529 in #318
- Add urlMacro rule by @mannylopez in #317
- Update SwiftFormat options to --kebab-case by @calda in #319
- Add redundantTypedThrows SwiftFormat rule by @miguel-jimenez-0529 in #320
- Add redundantBreak SwiftFormat rule by @miguel-jimenez-0529 in #322
- Organize declarations in protocol bodies by @calda in #325
- Add rule to only define a single property or enum case per line by @calda in #324
- Organize declarations in struct bodies, but continue omitting MARK comments by @calda in #326
- Update trailing commas rule to apply to all comma-separated lists by @calda in #323
Full Changelog: 1.0.8...1.1.0