Skip to content

1.0.5

Compare
Choose a tag to compare
@calda calda released this 08 Aug 19:18
· 59 commits to master since this release
b408d36

What's Changed

  • Add rule that protocol composition type aliases should be sorted alphabetically by @calda in #227
  • Add rule that else statements should start on the same line as previous closing brace by @calda in #229
  • Add rule to add a linebreak before the else keyword in a multi-line guard statement by @calda in #228
  • Add rules to discourage #file and #filePath by @jqsilver in #231
  • Add package keyword to list of declaration categories by @calda in #232
  • Add rule to omit internal keyword from declarations with internal access control by @calda in #233
  • Add rule to prefer for loops over functional forEach { ... } method by @calda in #234

Full Changelog: 1.0.4...1.0.5