This causes spotless to always format Pkl files, instead of only formatting them if there's a diff between the file and what's in main.
This means that formatting changes in pkl-formatter will be propagated to the standard library.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/apple/pkl/pull/1295
**Author:** [@bioball](https://github.com/bioball)
**Created:** 11/4/2025
**Status:** ✅ Merged
**Merged:** 11/4/2025
**Merged by:** [@bioball](https://github.com/bioball)
**Base:** `main` ← **Head:** `disble-pkl-ratcheting`
---
### 📝 Commits (1)
- [`ed52309`](https://github.com/apple/pkl/commit/ed523098bdf42bc249fc15750db57ccf655fc6d0) Disable spotless ratcheting of Pkl sources
### 📊 Changes
**1 file changed** (+3 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `buildSrc/src/main/kotlin/pklSpotlessFormat.gradle.kts` (+3 -0)
</details>
### 📄 Description
This causes spotless to _always_ format Pkl files, instead of only formatting them if there's a diff between the file and what's in main.
This means that formatting changes in pkl-formatter will be propagated to the standard library.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/1295
Author: @bioball
Created: 11/4/2025
Status: ✅ Merged
Merged: 11/4/2025
Merged by: @bioball
Base:
main← Head:disble-pkl-ratcheting📝 Commits (1)
ed52309Disable spotless ratcheting of Pkl sources📊 Changes
1 file changed (+3 additions, -0 deletions)
View changed files
📝
buildSrc/src/main/kotlin/pklSpotlessFormat.gradle.kts(+3 -0)📄 Description
This causes spotless to always format Pkl files, instead of only formatting them if there's a diff between the file and what's in main.
This means that formatting changes in pkl-formatter will be propagated to the standard library.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.