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

Commits on Dec 23, 2023

  1. build: Switch to Kotlin Gradle KTS syntax

    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.
    LeoColman committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    9b83226 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Configuration menu
    Copy the full SHA
    2f6cb9b View commit details
    Browse the repository at this point in the history
  2. build: Add Detekt Lint

    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>
    LeoColman committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    a8d06cc View commit details
    Browse the repository at this point in the history