1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

ktlint: enable experimental features

This commit is contained in:
Benoit Marty
2019-10-09 16:38:23 +02:00
parent 30e43e47cd
commit 99d9704a50

View File

@@ -60,7 +60,7 @@ steps:
- label: "ktlint"
command:
- "curl -sSLO https://github.com/pinterest/ktlint/releases/download/0.34.2/ktlint && chmod a+x ktlint"
- "./ktlint --android -v"
- "./ktlint --android --experimental -v"
plugins:
- docker#v3.1.0:
image: "openjdk"