Skip to content

Commit

Permalink
Move checkstyle config to root directory
Browse files Browse the repository at this point in the history
This commit moves the said config file for consistency with other config locations such as sqlfluff.
  • Loading branch information
jgarivera committed Aug 1, 2024
1 parent 8a331f2 commit ce4cab6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ tasks.withType<Test> {
useJUnitPlatform()
}

checkstyle {
configFile = file("checkstyle.xml")
}

tasks.register("lintMigrations") {
description = "Lints migration SQL files."

Expand Down
File renamed without changes.

0 comments on commit ce4cab6

Please sign in to comment.