[build] Spotless: ignore test json files (#6938)

This commit is contained in:
Ryan Blue
2024-08-11 02:27:47 -04:00
committed by GitHub
parent 0a15049faa
commit c13c512221

View File

@@ -48,7 +48,7 @@ spotless {
target fileTree('.') {
include '**/*.json'
exclude '**/build/**', '**/build-*/**', '**/bin/**'
exclude '**/simgui-ds.json', '**/simgui-window.json', '**/simgui.json', '**/networktables.json'
exclude '**/simgui-ds.json', '**/simgui-window.json', '**/simgui.json', '**/networktables.json', '**/*test.json'
}
gson()
.indentWithSpaces(2)