Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RNKC-044] - android lint #26

Merged
merged 3 commits into from
May 25, 2022
Merged

[RNKC-044] - android lint #26

merged 3 commits into from
May 25, 2022

Conversation

kirillzyusko
Copy link
Owner

Description

Added ./gradlew lint to inspect known issues and fix them.

Motivation and Context

To maintain high code quality it's necessary to use various linters. In this PR I'm adding support for gradle/android lint which will inspect most common mistakes/issues in kotlin code and will prevent merging PR which are breaking rules.

Changelog

CI

  • added ling for Android;

How Has This Been Tested?

Tested on CI.

Checklist

  • CI successfully passed

@kirillzyusko kirillzyusko merged commit 82bb1a5 into main May 25, 2022
@kirillzyusko kirillzyusko deleted the feature/android-lint branch May 25, 2022 07:19
@kirillzyusko kirillzyusko added the CI CI (github actions) label Dec 16, 2022
@kirillzyusko kirillzyusko added the 🤖 android Android specific label Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖 android Android specific CI CI (github actions)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant