Fixing gradle lint. (#7)

Co-authored-by: Heretic <tylerjobsearch06@gmx.com>
Reviewed-on: #7
use_smaller_rows
heretic 2 weeks ago
parent 27441ef4c2
commit 190bc871e7

@ -0,0 +1,3 @@
[*.{kt,kts}]
ktlint_standard_package-name= disabled

@ -1,10 +1,9 @@
pipeline:
# Formatting broken on this one because of underscore package name
# check_formatting:
# image: cimg/android:2023.05
# commands:
# - sudo chown -R circleci:circleci .
# - ./gradlew lintKotlin
check_formatting:
image: cimg/android:2023.05
commands:
- sudo chown -R circleci:circleci .
- ./gradlew lintKotlin
prettier_markdown_check:
image: tmknom/prettier

Loading…
Cancel
Save