Skip to content

Commit

Permalink
Update dead link in CONTRIBUTING (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanshg authored Feb 15, 2024
1 parent 91f9e1c commit 51f4a0f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ We use [ktlint](https://github.com/pinterest/ktlint) via

To run the linter, run `./gradlew ktlintCheck`. To run the formatter, run `./gradlew ktlintFormat`

The codeStyles found in `.idea/codeStyles` are used by Android Studio to enforce the code style
(taken from https://pinterest.github.io/ktlint/rules/configuration-intellij-idea/)
ktLint uses the `.editorconfig` file to enforce code style.
In addition, the codeStyles found in `.idea/codeStyles` are used by Android Studio to enforce the
code style (https://pinterest.github.io/ktlint/1.1.1/rules/configuration-intellij-idea/)

## Releasing

Expand Down

0 comments on commit 51f4a0f

Please sign in to comment.