super-linter / super-linter

Combination of multiple linters to run as a GitHub Action or standalone
https://github.com/super-linter/super-linter
MIT License
9.2k stars 929 forks source link

Support Android linter #5549

Open mueller-ma opened 3 weeks ago

mueller-ma commented 3 weeks ago

Is there an existing issue for this?

Current Behavior

Currently Kotlin code can be linted via ktlint with super linter, but ktlint doesn't look at the usage of classes.

Expected Behavior

Integrate Android lint: https://developer.android.com/studio/write/lint?hl=en

Anything else?

No response

ferrarimarco commented 3 weeks ago

@mueller-ma feel free to send a PR, we'll happily review it :)