Skip to content

Commit

Permalink
Fix lint violation
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-dingemans committed Dec 14, 2022
1 parent 81671d0 commit 0214a28
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -180,6 +180,7 @@ public object DefaultEditorConfigProperties : UsesEditorConfigProperties {
// ReplaceWith is not specified as the property should not be migrated to KTLINT_DISABLED_RULES_PROPERTY but to
// the RuleExecution property.
)
@Suppress("ktlint:experimental:property-naming")
public val disabledRulesProperty: EditorConfigProperty<String> =
DISABLED_RULES_PROPERTY

Expand Down

0 comments on commit 0214a28

Please sign in to comment.