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
|
### invalid formatting
|
||||||
\s{8}/\*\n \*
|
\s{8}/\*\n \*
|
||||||
[^\w]if\(
|
# Now checked by ktlint
|
||||||
while\(
|
# [^\w]if\(
|
||||||
for\(
|
# while\(
|
||||||
|
# for\(
|
||||||
|
|
||||||
# Add space after //
|
# Add space after //
|
||||||
# DISABLED To re-enable when code will be formatted globally
|
# DISABLED To re-enable when code will be formatted globally
|
||||||
|
|
Loading…
Reference in New Issue