:wave: Hello, team! I'm trying to format my code a...
# arrow
d
👋 Hello, team! I'm trying to format my code according to Contributing guide (https://github.com/arrow-kt/arrow/blob/main/CONTRIBUTING.md#requirements-to-change-an-existing-feature)
Copy code
./gradlew spotlessApply
Unfortunately, the task fails with following error:
Copy code
FAILURE: Build failed with an exception.

* What went wrong:
Task 'spotlessApply' not found in root project 'arrow'.
Did I miss some configuration step?
s
@Imran/Malic @Javier do you know if something changed in regard to Spotless? Was it temporarily disabled due to some conflict in Gradle version again? 😕
j
From my side no idea, I will try to run it later but I think CI is running it with every pull request so it is strange it is not there
i
arrow-gradle-formatter is currently not applied in the Arrow project, not sure in which PR that was removed
🤔 1
I am prepping a PR, rq with the changes.
😅 might take more time, since there are more then 609+ changes, which I have to configure in their KDocs too so knit isn’t throwing errors in the build
d
Thank you all for responding so quickly!
🙌 1