Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.0.8 source code.tar.gz | 2025-01-03 | 44.0 kB | |
1.0.8 source code.zip | 2025-01-03 | 51.4 kB | |
README.md | 2025-01-03 | 2.4 kB | |
Totals: 3 Items | 97.8 kB | 0 |
What's Changed
- Add rule to infer property types from the right-hand-side value rather than writing the type explicitly on the left-hand side by @calda in https://github.com/airbnb/swift/pull/263
- Add rule to remove blank lines between chained functions by @mannylopez in https://github.com/airbnb/swift/pull/272
- Add redundantProperty rule by @calda in https://github.com/airbnb/swift/pull/273
- Remove Linux #error from Package.swift by @calda in https://github.com/airbnb/swift/pull/278
- Add explicit category ordering configuration for organizeDeclarations rule by @calda in https://github.com/airbnb/swift/pull/280
- Add rule to place doc comments before any attributes by @calda in https://github.com/airbnb/swift/pull/281
- Add SwiftUI Property declaration to sub section ordering list by @miguel-jimenez-0529 in https://github.com/airbnb/swift/pull/282
- Add emptyExtension rule by @mannylopez in https://github.com/airbnb/swift/pull/283
- Add unusedPrivateDeclaration rule by @mannylopez in https://github.com/airbnb/swift/pull/284
- Replace several autocorrectable SwiftLint rules with SwiftFormat rules by @calda in https://github.com/airbnb/swift/pull/287
- Update infix operator spacing rule to clarify rule for operator definitions like
static func ==(lhs: T, rhs: T) -> Bool
by @calda in https://github.com/airbnb/swift/pull/286 - Update colon spacing rule to apply to dictionary literals by @calda in https://github.com/airbnb/swift/pull/285
- Add SwiftFormat void rule by @miguel-jimenez-0529 in https://github.com/airbnb/swift/pull/288
- Add SwiftUI properties sort by @miguel-jimenez-0529 in https://github.com/airbnb/swift/pull/289
- Remove reference to SwiftLint Void rule by @miguel-jimenez-0529 in https://github.com/airbnb/swift/pull/290
- Add rule to prefer a generated Equatable implementation when possible by @calda in https://github.com/airbnb/swift/pull/292
- Update SwiftFormat
--swiftversion
to 6.0 with--languagemode 5
by @calda in https://github.com/airbnb/swift/pull/291 - Add rule to prefer a generated EnvironmentValue property implementation when possible by @miguel-jimenez-0529 in https://github.com/airbnb/swift/pull/293
- Add rule to prefer
count(where: { ... })
overfilter { ... }.count
by @calda in https://github.com/airbnb/swift/pull/295
Full Changelog: https://github.com/airbnb/swift/compare/1.0.7...1.0.8