Skip to content

Commit 264340c

Browse files
authored
fix typo on lazylogrule.kt (#4078)
1 parent f6cdf98 commit 264340c

File tree

1 file changed

+1
-1
lines changed
  • detekt-rules/src/software/aws/toolkits/gradle/detekt/rules

1 file changed

+1
-1
lines changed

detekt-rules/src/software/aws/toolkits/gradle/detekt/rules/LazyLogRule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import org.jetbrains.kotlin.resolve.calls.util.getResolvedCall
1919

2020
@RequiresTypeResolution
2121
class LazyLogRule : Rule() {
22-
override val issue = Issue("LazyLog", Severity.Style, "Use lazy logging synatax (e.g. warning {\"abc\"} ) instead of warning(\"abc\")", Debt.FIVE_MINS)
22+
override val issue = Issue("LazyLog", Severity.Style, "Use lazy logging syntax (e.g. warning {\"abc\"} ) instead of warning(\"abc\")", Debt.FIVE_MINS)
2323

2424
// UI tests have issues with this TODO see if we want multiple detekt.yml files or disable for certain modules in this rule
2525
private val optOut = setOf("software.aws.toolkits.jetbrains.uitests")

0 commit comments

Comments
 (0)