From 6b4d6363dba84c51e52215820d1c9aa091adfe27 Mon Sep 17 00:00:00 2001 From: mcarare Date: Tue, 6 Sep 2022 20:37:18 +0300 Subject: [PATCH] For #26844: Replace deprecated disabled_rules with ktlint_disabled_rules. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 7360833a3..4dc1a4af4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,4 @@ [*.{kt,kts}] # Disabling rules that were added in the latest versions of ktlint # tracking here: https://github.com/mozilla-mobile/fenix/issues/4861 -disabled_rules=import-ordering \ No newline at end of file +ktlint_disabled_rules=import-ordering \ No newline at end of file