mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[build] Ignore nt/sim json files in spotless (#5565)
This commit is contained in:
@@ -45,6 +45,7 @@ if (!project.hasProperty('skipJavaFormat')) {
|
||||
target fileTree('.') {
|
||||
include '**/*.json'
|
||||
exclude '**/build/**', '**/build-*/**', '**/bin/**'
|
||||
exclude '**/simgui-ds.json', '**/simgui-window.json', '**/simgui.json', '**/networktables.json'
|
||||
}
|
||||
gson()
|
||||
.indentWithSpaces(2)
|
||||
|
||||
Reference in New Issue
Block a user