Skip to content

Commit 0dc5096

Browse files
Enable Spotless verification for Android Port and improve reporting
- Configured `spotless-maven-plugin` in `maven/android/pom.xml` to check `Ports/Android/src`. - Updated `scripts/build-android-port.sh` to run `spotless:check` and report results. - Applied Spotless formatting to existing Android port source code. - Protected build server markers in `AndroidImplementation.java` from formatting. - Updated quality reporting scripts to suppress missing report warnings and include Spotless results in the Android status comment. - Ensured CI fails if Spotless verification fails.
1 parent b119afb commit 0dc5096

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

maven/android/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<includes>
4747
<include>**/*.java</include>
4848
</includes>
49+
<toggleOffOn/>
4950
<googleJavaFormat>
5051
<version>1.17.0</version>
5152
</googleJavaFormat>

0 commit comments

Comments
 (0)