Skip to content

Commit

Permalink
Fixed #55 - If setValue is declared as an extension method ktlint t…
Browse files Browse the repository at this point in the history
…hinks its unused
  • Loading branch information
shyiko committed Jun 19, 2017
1 parent 29effae commit 9322a1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class NoUnusedImportsRule : Rule("no-unused-imports") {
// iteration (https://github.com/shyiko/ktlint/issues/40)
"iterator",
// by (https://github.com/shyiko/ktlint/issues/54)
"getValue"
"getValue", "setValue"
)
private val ref = mutableSetOf("*")
private var packageName = ""
Expand Down

0 comments on commit 9322a1f

Please sign in to comment.