0.1.2: FabricSoftenerRule
Lots of new rules in this release, big thanks to our contributors! SwiftLint now smells as fresh as ever. 🌲
Breaking
- None.
Enhancements
- Added
OperatorFunctionWhitespaceRule
to make sure that
you use whitespace around operators when defining them.
Akira Hirakawa
#60 - Added
ReturnArrowWhitespaceRule
to make sure that
you have 1 space before return arrow and return type.
Akira Hirakawa - Support linting from standard input (use
--use-stdin
).
JP Simard
#78 - Improve performance of
TrailingNewlineRule
.
Keith Smiley - Lint parentheses around switch statements.
Keith Smiley
Bug Fixes
- None.