Skip to content

Fix trailing whitespace in CHANGELOG.md breaking spotless check - #4857

Closed
John (johnoliver) with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-common-spotless-job
Closed

John (johnoliver) with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-common-spotless-job

Conversation

Copilot AI commented Sep 23, 2026 •

Copy link
Copy Markdown
Contributor

The common / spotless job failed at :spotlessMiscCheck because the Unreleased section of CHANGELOG.md contained a blank line with trailing whitespace, which violates the trimTrailingWhitespace() rule applied by the misc format in ai.spotless-conventions.

Build output:

> The following files had format violations:
      CHANGELOG.md
          @@ -4,7 +4,7 @@
           *·Add·Java·agent·support·for·ServiceProfiler·targeted·collection·plans·by·cloud·role·or
           ··role-qualified·instance
          -··
          +

Changes

  • CHANGELOG.md: adds the Unreleased entry for ServiceProfiler targeted collection plans with the separating blank line truly empty (no trailing spaces), matching what ./gradlew spotlessApply would produce.

Co-authored-by: johnoliver <1615532+johnoliver@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix the failing GitHub Actions job common / spotless Fix trailing whitespace in CHANGELOG.md breaking spotless check Sep 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants