mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[build] Spotless: ignore test json files (#6938)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user