diff --git a/buildSrc/src/main/kotlin/pklSpotlessFormat.gradle.kts b/buildSrc/src/main/kotlin/pklSpotlessFormat.gradle.kts index f2ddc622..839d14bc 100644 --- a/buildSrc/src/main/kotlin/pklSpotlessFormat.gradle.kts +++ b/buildSrc/src/main/kotlin/pklSpotlessFormat.gradle.kts @@ -27,6 +27,9 @@ spotless { rootProject.file("buildSrc/src/main/resources/license-header.line-comment.txt"), "/// ", ) + // disable ratcheting for Pkl sources + // make any change to pkl-formatter reformat the stdlib + ratchetFrom = null } }