|
6 | 6 |
|
7 | 7 | ##### Enhancements
|
8 | 8 |
|
| 9 | +* None. |
| 10 | + |
| 11 | +##### Bug Fixes |
| 12 | + |
| 13 | +* None. |
| 14 | + |
| 15 | +## 0.13.0: MakeYourClothesCleanAgain |
| 16 | + |
| 17 | +##### Breaking |
| 18 | + |
| 19 | +* None. |
| 20 | + |
| 21 | +##### Enhancements |
| 22 | + |
9 | 23 | * Add `ignores_comment` configuration for `trailing_whitespace` rule.
|
10 | 24 | [Javier Hernández](https://github.com/jaherhi)
|
11 | 25 | [#576](https://github.com/realm/SwiftLint/issues/576)
|
12 | 26 |
|
13 | 27 | * Added HTML reporter, identifier is `html`.
|
14 | 28 | [Johnykutty Mathew](https://github.com/Johnykutty)
|
15 |
| - |
| 29 | + |
16 | 30 | * Add `SuperCallRule` Opt-In rule that warns about methods not calling to super.
|
17 | 31 | [Angel G. Olloqui](https://github.com/angelolloqui)
|
18 | 32 | [#803](https://github.com/realm/SwiftLint/issues/803)
|
19 |
| - |
| 33 | + |
20 | 34 | * Add `RedundantNilCoalesingRule` Opt-In rule that warns against `?? nil`.
|
21 | 35 | [Daniel Beard](https://github.com/daniel-beard)
|
22 | 36 | [#764](https://github.com/realm/SwiftLint/issues/764)
|
|
36 | 50 | violations.
|
37 | 51 | [Jonas](https://github.com/VFUC)
|
38 | 52 | [#742](https://github.com/realm/SwiftLint/issues/742)
|
39 |
| - |
40 |
| -* Add `SwitchCaseOnNewlineRule' opt-in rule that enforces a newline after |
| 53 | + |
| 54 | +* Add `SwitchCaseOnNewlineRule` opt-in rule that enforces a newline after |
41 | 55 | `case pattern:` in a `switch`.
|
42 | 56 | [Marcelo Fabri](https://github.com/marcelofabri)
|
43 | 57 | [#681](https://github.com/realm/SwiftLint/issues/681)
|
44 |
| - |
| 58 | + |
45 | 59 | * Add `ValidIBInspectableRule` rule that checks if `@IBInspectable` declarations
|
46 | 60 | are valid. An `@IBInspectable` is valid if:
|
47 | 61 | * It's declared as a `var` (not `let`)
|
48 | 62 | * Its type is explicit (not inferred)
|
49 |
| - * Its type is one of the |
| 63 | + * Its type is one of the |
50 | 64 | [supported types](http://help.apple.com/xcode/mac/8.0/#/devf60c1c514)
|
51 | 65 |
|
52 | 66 | [Marcelo Fabri](https://github.com/marcelofabri)
|
|
70 | 84 |
|
71 | 85 | * Correctable rules no longer apply corrections if the rule is locally disabled.
|
72 | 86 | [J. Cheyo Jimenez](https://github.com/masters3d)
|
73 |
| - [#601](https://github.com/realm/SwiftLint/issues/601) |
| 87 | + [#601](https://github.com/realm/SwiftLint/issues/601) |
74 | 88 |
|
75 | 89 | * Fixed regex bug in Mark Rule where MARK could not be used with only a hyphen
|
76 | 90 | but no descriptive text: `// MARK: -`.
|
|
82 | 96 | [Cristian Filipov](https://github.com/cfilipov)
|
83 | 97 | [#786](https://github.com/realm/SwiftLint/issues/786)
|
84 | 98 |
|
85 |
| -* Fixed: `ConditionalReturnsOnNewline' now respects severity configuration. |
| 99 | +* Fixed: `ConditionalReturnsOnNewline` now respects severity configuration. |
86 | 100 | [Rohan Dhaimade](https://github.com/HaloZero)
|
87 | 101 | [#783](https://github.com/realm/SwiftLint/issues/783)
|
88 |
| - |
89 |
| -* Fixed: `ConditionalReturnsOnNewline' now checks if `return` is a keyword, |
| 102 | + |
| 103 | +* Fixed: `ConditionalReturnsOnNewline` now checks if `return` is a keyword, |
90 | 104 | avoiding false positives.
|
91 | 105 | [Marcelo Fabri](https://github.com/marcelofabri)
|
92 | 106 | [#784](https://github.com/realm/SwiftLint/issues/784)
|
|
0 commit comments