srctree

Robin Linden parent 89ad5ee2 2dbd90ca
Stop running the experimental ktlint rules in CI

Some new experimental rules change indentation a lot, and in a fewplaces it looks a bit wonky, so I want to see if they make any changesto that lint before we apply it.

inlinesplit
.github/workflows/ci.yaml added: 2, removed: 2, total 0
@@ -6,7 +6,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: curl -sSLO https://github.com/pinterest/ktlint/releases/download/0.46.1/ktlint && chmod a+x ktlint
- run: ./ktlint --android --experimental
- run: ./ktlint --android
 
gradle-wrapper-validation:
runs-on: ubuntu-20.04