For #26844: Replace deprecated disabled_rules with ktlint_disabled_rules.

This commit is contained in:
mcarare 2022-09-06 20:37:18 +03:00 committed by mergify[bot]
parent 231ef74ff1
commit 6b4d6363db
1 changed files with 1 additions and 1 deletions

View File

@ -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
ktlint_disabled_rules=import-ordering