chinwag-android/app
Nik Clayton 3ff8f73246
Enforce lint cleanliness when building (#3363)
* Enforce lint cleanliness when building

The volume of lintable issues is growing. To stem the tide:

1. Add `app/lint-baseline.xml`, which contains the current set of lint issues.
   Any issue appearing here will not cause the build to fail.

2. Move lint configuration settings in to `lint.xml`.

3. Update the lint configuration so that any issue (i.e., any issue not
   in lint-baseline.xml) causes a build failure.

4. Add the lint tasks as depedency when assembling an APK, to ensure the
   lint checks are run.

* lint: Convert launcher images to webp

* Move lint.xml location

* Don't lint when assembling

* Update baseline
2023-03-13 10:23:42 +01:00
..
schemas/com.keylesspalace.tusky.db.AppDatabase Support the mastodon 4 filter api (#3188) 2023-03-11 13:12:50 +01:00
src Enforce lint cleanliness when building (#3363) 2023-03-13 10:23:42 +01:00
build.gradle Enforce lint cleanliness when building (#3363) 2023-03-13 10:23:42 +01:00
getGitSha.gradle Previous attempt to fix git sha on non-git build broke git build. (#3322) 2023-02-16 20:20:52 +01:00
lint-baseline.xml Enforce lint cleanliness when building (#3363) 2023-03-13 10:23:42 +01:00
lint.xml Enforce lint cleanliness when building (#3363) 2023-03-13 10:23:42 +01:00
proguard-rules.pro Add extra proguard rules for OkHttp (#3350) 2023-02-25 21:40:13 +01:00