Skip to content

Conversation

@LMLiam
Copy link
Collaborator

@LMLiam LMLiam commented Sep 4, 2025

📌 Summary

Adds Spotless and Ktlint to enforce code syntax

🔍 Related Issues / Tickets

🛠 Changes in Detail

  • Adds Spotless and Ktlint

🧩 Modules Affected

  • spi-tooling-annotations
  • spi-tooling-processor
  • Other:

📦 Versioning

  • Version bump applied (release PR)
  • Snapshot only (PR build)

🧪 Testing

Not necessary

✅ Checklist

  • Code builds locally without errors
  • All tests pass locally (./gradlew kotest)
  • Added/updated tests for new or changed logic
  • Updated documentation / README if needed
  • No unrelated changes included

📜 Notes for Reviewers

@github-actions
Copy link

github-actions bot commented Sep 4, 2025

🆕 PR Snapshot Published to Maven Central Snapshot Repository

You can test this PR build by adding the following dependencies:

Version: 0.1.21-PR10-1757009298-SNAPSHOT

implementation "io.github.eventhorizonlab:spi-tooling-annotations:0.1.21-PR10-1757009298-SNAPSHOT"
kapt "io.github.eventhorizonlab:spi-tooling-processor:0.1.21-PR10-1757009298-SNAPSHOT"

This comment will be updated automatically if a new snapshot is published for this PR

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.

chore: add Spotless for syntax enforcement

2 participants