Disable manual rules now checked by ktlint
This commit is contained in:
parent
b9b921a4df
commit
08e4b4473c
|
@ -67,9 +67,10 @@ DO NOT COMMIT
|
|||
|
||||
### invalid formatting
|
||||
\s{8}/\*\n \*
|
||||
[^\w]if\(
|
||||
while\(
|
||||
for\(
|
||||
# Now checked by ktlint
|
||||
# [^\w]if\(
|
||||
# while\(
|
||||
# for\(
|
||||
|
||||
# Add space after //
|
||||
# DISABLED To re-enable when code will be formatted globally
|
||||
|
|
Loading…
Reference in New Issue