You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 'master' of github.com:shyiko/ktlint:
CI with JDK 8
Upgrade to kotlin 1.1.3-2
🤦
allow for named lambdas
Fix misleading indent lint error message
Added 0.8.3 release note(s)
Fixed#55 - If `setValue` is declared as an extension method ktlint thinks its unused
Fixed#59 - Semicolon at end of package declaration not reported, different error instead
Fix regression for spacing around else keyword
Implement spacing after setter and getter
Add test cases for spacing after setter and getter
Added 0.8.2 release note
Fixed#54 - if `getValue` is declared as an extension method ktlint thinks its unused
Pretty much the same as #54 but with
setValue
instead.https://github.com/shyiko/ktlint/blob/master/ktlint-ruleset-standard/src/main/kotlin/com/github/shyiko/ktlint/ruleset/standard/NoUnusedImportsRule.kt#L15-L38
This list should contain
setValue
.The text was updated successfully, but these errors were encountered: