openfga / language

Grammar for the OpenFGA modeling language
https://openfga.dev
Apache License 2.0
17 stars 7 forks source link

chore(java): add spotless for formatting #234

Closed ewanharris closed 5 months ago

ewanharris commented 5 months ago

Description

Sets up spotless on the Java package, this is mostly lifted from the spring-boot-starter.

Checking can be done with make lint/ ./gradlew lint and formatting with make format/./gradlew fmt, I've not hooked the formatting into check so that tests operate separately to formatting to avoid our CI tests failing for formatting issues.

Pushing without formatting first to ensure CI works correctly.

References

Review Checklist