mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[build] Exclude IntelliJ folders from spotless XML (#5602)
This commit is contained in:
@@ -53,7 +53,7 @@ if (!project.hasProperty('skipJavaFormat')) {
|
||||
format 'xml', {
|
||||
target fileTree('.') {
|
||||
include '**/*.xml'
|
||||
exclude '**/build/**', '**/build-*/**', '**/bin/**'
|
||||
exclude '**/build/**', '**/build-*/**', '**/bin/**', '**/.idea/**', '**/.run/**'
|
||||
}
|
||||
eclipseWtp('xml')
|
||||
trimTrailingWhitespace()
|
||||
|
||||
Reference in New Issue
Block a user