home-assistant / home-assistant/android
Linter is reporting false positive for automotive
Open
bug
- Dominant language
- Kotlin
- Stars
- 3.9k
- Forks
- 1.1k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 81
Description
Our linter are reporting issue like this one

this is because this file is within `app/src/main` and because `automotive` use a higher version of minSDK than app, this check is indeed unnecessary in the scope of automotive.
We should either disable the linter for automotive or make automotive a dedicated module that doesn't use the same source sets as app.
Contributor guide
Assessment
This issue has not been assessed yet.