1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-06 15:36:45 +00:00

Enable import ordering rule

This commit is contained in:
Abel García de Prada 2021-04-21 18:44:48 +02:00
parent 257f616b0f
commit 845b61ea4d

View File

@ -2,4 +2,4 @@
max_line_length = 150 max_line_length = 150
[*.{kt, kts}] [*.{kt, kts}]
disabled_rules=no-consecutive-blank-lines,no-wildcard-imports,import-ordering,max-line-length,import-ordering,no-blank-line-before-rbrace,final-newline,indent,no-multi-spaces,comment-spacing,parameter-list-wrapping disabled_rules=no-consecutive-blank-lines,no-wildcard-imports,max-line-length,no-blank-line-before-rbrace,final-newline,indent,no-multi-spaces,comment-spacing,parameter-list-wrapping