Skip to content

Commit

Permalink
chore: Update .pre-commit-config.yaml to include ktlint and detekt (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarvesh-sharma-yral committed Dec 4, 2024
1 parent 99276c1 commit 31b504d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ repos:
name: ktlint
entry: ktlint
language: system
types: [kotlin]
pass_filenames: true
files: \.kt$

- id: detekt
name: detekt
entry: detekt
language: system
types: [kotlin]
pass_filenames: true
files: \.kt$

0 comments on commit 31b504d

Please sign in to comment.