Skip to content

Ensure all files end with a newline character#123

Closed
Copilot wants to merge 1 commit into
dev-1.xfrom
copilot/remove-duplicated-line-separators-again
Closed

Ensure all files end with a newline character#123
Copilot wants to merge 1 commit into
dev-1.xfrom
copilot/remove-duplicated-line-separators-again

Conversation

Copilot AI commented May 29, 2026

Copy link
Copy Markdown
Contributor

14 files were missing final newline characters, which violates standard file format conventions and causes "no newline at end of file" warnings in tools like Git and linters.

Changes

  • Added final newlines to 14 files across the repository:
    • POM files (5): root pom.xml, parent, core, actuator, and dependencies modules
    • Properties files (4): core, test, and actuator configuration
    • YAML files (1): test configuration
    • Markdown files (2): CODE_OF_CONDUCT.md, release-notes.md
    • GitHub config (2): dependabot.yml, maven-build.yml

Before/After Example

- </project>
\ No newline at end of file
+ </project>

All 138 source files in the repository now have proper final newlines.

@sonarqubecloud

Copy link
Copy Markdown

Copilot AI requested a review from mercyblitz May 29, 2026 15:44
@mercyblitz mercyblitz marked this pull request as ready for review May 30, 2026 01:45
@mercyblitz mercyblitz closed this May 30, 2026
@codecov

codecov Bot commented May 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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