Skip to content

feat(spotless): implement integrated Spotless support - #97

Merged
teogor merged 3 commits into
mainfrom
feature/spotless-integration
Jun 17, 2026
Merged

feat(spotless): implement integrated Spotless support#97
teogor merged 3 commits into
mainfrom
feature/spotless-integration

Conversation

@teogor

@teogor teogor commented Jun 17, 2026

Copy link
Copy Markdown
Owner

Description

This PR introduces integrated support for Spotless, allowing users to easily enable code formatting across their project using the winds extension.

Changes

  • SpotlessUtils.kt: Created a new utility to handle Spotless plugin application.
  • WindsPlugin.kt: Integrated configureSpotless into the plugin lifecycle, ensuring it responds to the features.spotless toggle.

Usage

Enable Spotless in your build.gradle.kts:

winds {
    features {
        spotless = true
    }
}

Verification

  • Verified plugin application in a sample module.
  • Confirmed that the Spotless plugin is only applied when the flag is set to true.

@teogor teogor changed the title feat(spotless): implement Spotless integration feat(spotless): implement integrated Spotless support Jun 17, 2026
@teogor
teogor merged commit 4f5cecb into main Jun 17, 2026
1 check passed
@teogor
teogor deleted the feature/spotless-integration branch June 17, 2026 20:01
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.

1 participant