Skip to content

Commit

Permalink
Update FunctionMaxLength.kt
Browse files Browse the repository at this point in the history
minimumFunctionNameLength -> maximumFunctionNameLength
  • Loading branch information
radimvaculik authored and arturbosch committed Sep 3, 2017
1 parent 92e1ffd commit 920826e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@ class FunctionMaxLength(config: Config = Config.empty) : SubRule<KtNamedFunction
}

companion object {
const val MAXIMUM_FUNCTION_NAME_LENGTH = "minimumFunctionNameLength"
const val MAXIMUM_FUNCTION_NAME_LENGTH = "maximumFunctionNameLength"
private const val DEFAULT_MAXIMUM_FUNCTION_NAME_LENGTH = 30
}
}

0 comments on commit 920826e

Please sign in to comment.