Skip to content

Commit

Permalink
Use spotless instead of ktfmt for code formatting, as the repo has mi…
Browse files Browse the repository at this point in the history
…grated to spotless in #6100
  • Loading branch information
dconeybe committed Jul 16, 2024
1 parent ce9fb56 commit a71bd61
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ fi
readonly PROJECT_ROOT_DIR="$(dirname "$0")/../.."

readonly TARGETS=(
":firebase-dataconnect:ktfmtFormat"
":firebase-dataconnect:androidTestutil:ktfmtFormat"
":firebase-dataconnect:connectors:ktfmtFormat"
":firebase-dataconnect:testutil:ktfmtFormat"
":firebase-dataconnect:spotlessApply"
":firebase-dataconnect:androidTestutil:spotlessApply"
":firebase-dataconnect:connectors:spotlessApply"
":firebase-dataconnect:testutil:spotlessApply"
)

readonly args=(
Expand Down

0 comments on commit a71bd61

Please sign in to comment.