Skip to content

Commit

Permalink
ktlintCheck pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat committed Oct 23, 2024
1 parent 0c361d3 commit 7b460f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ repos:
- id: ktlint-check
name: Run ktlintCheck
entry: ./gradlew ktlintCheck
language: system # Use the system's shell
types: [python] # You can change this to match your project type
language: system
types: [] # This can be left empty if you want it to run for all file types
pass_filenames: false

0 comments on commit 7b460f5

Please sign in to comment.