We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee623c0 commit 3cd2322Copy full SHA for 3cd2322
1 file changed
.pre-commit-config.yaml
@@ -1100,3 +1100,10 @@ repos:
1100
language: python
1101
files: .*test.*\.py$
1102
pass_filenames: true
1103
+ - id: ktlint
1104
+ name: Run ktlint format
1105
+ description: "Use ktlint (via Gradle) to format Kotlin and Java files"
1106
+ entry: ./java-sdk/gradlew -p ./java-sdk ktlintFormat
1107
+ language: system
1108
+ pass_filenames: false
1109
+ files: ^java-sdk/.*$
0 commit comments