Disable manual rules now checked by ktlint

This commit is contained in:
Benoit Marty 2020-02-25 09:57:12 +01:00
parent b9b921a4df
commit 08e4b4473c

View file

@ -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