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

build: Add Detekt Lint #11

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

build: Add Detekt Lint #11

wants to merge 3 commits into from

Conversation

LeoColman
Copy link
Contributor

This commit adds Detekt https://detekt.dev/ to the repository. Detekt is
a popular Kotlin linter and easy to integrate.

This commit also creates a baseline file, so to not make radical changes
to the repository structure at once.

Finally, this commit sets up detekt.yml to execute detekt automatically
during pushes and pull requests and add its shield to the README

Replace groovy gradle scripts with kotlin gradle scripts. As this
repository holds strictly Kotlin API, this commit ensures build scripts
are more familiar and standardised to the Kotlin community.
This commit adds Detekt https://detekt.dev/ to the repository. Detekt is
 a popular Kotlin linter and easy to integrate.

This commit also creates a baseline file, so to not make radical changes
 to the repository structure at once.

Finally, this commit sets up detekt.yml to execute detekt automatically
during pushes and pull requests and add its shield to the README

Signed-off-by: Leonardo Colman Lopes <dev@leonardo.colman.com.br>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant