mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
557bfea35c
This PR: - fixes some errors reported by `gradlew lint` and the Android Studio "Code Inspection" tool - adds a snapshot file `lint-baseline.xml` of the remaining lint errors and warnings to be used by the linter as baseline - adds a job for CI to run `gradlew lint` on every build Reviewed-on: https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/3291 Reviewed-by: José Rebelo <joserebelo@noreply.codeberg.org> Co-authored-by: Arjan Schrijver <a_gadgetbridge@anymore.nl> Co-committed-by: Arjan Schrijver <a_gadgetbridge@anymore.nl>
17 lines
328 B
YAML
17 lines
328 B
YAML
steps:
|
|
lint:
|
|
image: codeberg.org/freeyourgadget/android-fdroid-tools:latest
|
|
commands:
|
|
- pwd #bump
|
|
- ./gradlew lint
|
|
|
|
#when:
|
|
#repo: Freeyourgadget/Gadgetbridge
|
|
#branch: master
|
|
#this doesn't work yet:
|
|
#https://github.com/woodpecker-ci/woodpecker/issues/687
|
|
|
|
when:
|
|
event:
|
|
exclude: ['cron', 'deployment']
|