From 55c80d3743f996b1ff9d0f146a1be4f19865e317 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 9 Oct 2019 16:44:45 +0200 Subject: [PATCH] ktlint: ignore (experimental:annotation) rule --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 074c8e40e7..19a95806d3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,7 +12,7 @@ max_line_length=off # Comma-separated list of rules to disable (Since 0.34.0) # Note that rules in any ruleset other than the standard ruleset will need to be prefixed # by the ruleset identifier. -disabled_rules=no-wildcard-imports,no-multi-spaces,colon-spacing,chain-wrapping,import-ordering +disabled_rules=no-wildcard-imports,no-multi-spaces,colon-spacing,chain-wrapping,import-ordering,experimental:annotation # The following (so far identified) rules are kept: # no-blank-line-before-rbrace