Skip to content

Commit

Permalink
Additional excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Mar 5, 2024
1 parent b4bd974 commit f32b507
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion engine/table/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ dependencies {

spotless {
java {
targetExclude 'src/test/java/io/deephaven/engine/table/impl/select/FilterKernel*Sample.java'
// Exclude these codegen sample files from here so we don't even need a comment to disable formatting
targetExclude 'src/test/java/io/deephaven/engine/table/impl/select/FilterKernel*Sample.java',
'src/test/java/io/deephaven/engine/table/impl/select/Formula*Sample.java'
}
}

Expand Down

0 comments on commit f32b507

Please sign in to comment.