Skip to content

Commit

Permalink
Formulate rule/sample-extensions descriptions consistently (#4412)
Browse files Browse the repository at this point in the history
reference #4384
  • Loading branch information
schalkms committed Dec 28, 2021
1 parent 67681e5 commit fac9d55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -36,4 +36,4 @@ class QualifiedNameProcessor : FileProcessListener {
}
}

val fqNamesKey: Key<Set<String>> = Key.create<Set<String>>("FQNames")
val fqNamesKey: Key<Set<String>> = Key.create("FQNames")
Expand Up @@ -23,7 +23,7 @@ class TooManyFunctionsTwo(config: Config) : Rule(config) {
override val issue = Issue(
javaClass.simpleName,
Severity.Maintainability,
"Too many functions can make the maintainability of a file more costly",
"Too many functions can make the maintainability of a file more costly.",
Debt(hours = 1)
)

Expand Down

0 comments on commit fac9d55

Please sign in to comment.