mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +03:00
ktlint: ignore (experimental:annotation) rule
This commit is contained in:
parent
fbb23dfb66
commit
55c80d3743
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ max_line_length=off
|
||||||
# Comma-separated list of rules to disable (Since 0.34.0)
|
# 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
|
# Note that rules in any ruleset other than the standard ruleset will need to be prefixed
|
||||||
# by the ruleset identifier.
|
# 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:
|
# The following (so far identified) rules are kept:
|
||||||
# no-blank-line-before-rbrace
|
# no-blank-line-before-rbrace
|
||||||
|
|
Loading…
Add table
Reference in a new issue