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

Add detekt #2

Merged
merged 10 commits into from
Nov 11, 2023
Merged

Add detekt #2

merged 10 commits into from
Nov 11, 2023

Conversation

addyi
Copy link
Owner

@addyi addyi commented Sep 7, 2023

Adding linting to a code project, with tools like Detekt for Kotlin, is crucial for ensuring consistent coding styles, improving code quality, and catching potential bugs early in the development process. Linting promotes collaboration within development teams by enforcing uniform coding conventions, enhancing code readability, and automating the identification of common issues during code reviews. Detekt, being Kotlin-specific, allows for customizable rules tailored to a project's needs, ensuring adherence to best practices and Kotlin-specific coding conventions. This leads to increased productivity, seamless integration into CI/CD pipelines, and ultimately results in more maintainable and reliable Kotlin projects.

@addyi addyi self-assigned this Sep 7, 2023
@addyi addyi force-pushed the linting branch 2 times, most recently from b63f0c4 to 3bc97b9 Compare September 7, 2023 16:54
@addyi addyi changed the title Add ktlint & detekt Add detekt Sep 7, 2023
@addyi addyi added lint Linting e.g. detekt, ktlint, android lint, ... CI/CD labels Nov 11, 2023
@addyi addyi merged commit f8107d1 into main Nov 11, 2023
1 check passed
@addyi addyi deleted the linting branch November 11, 2023 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD lint Linting e.g. detekt, ktlint, android lint, ...
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant