Skip to content

Commit 10b0a71

Browse files
fix: remove exclude which is no longer applicable
1 parent 27a1146 commit 10b0a71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/hypertrace/gradle/code/style/CodeStylePlugin.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ private void configureFormatting(SpotlessExtension spotlessExtension) {
4747
"misc",
4848
format -> {
4949
format.target("*.md", "src/**/*.proto", ".gitignore");
50-
format.targetExclude("build/**/*.proto");
5150
format.indentWithSpaces(2);
5251
format.trimTrailingWhitespace();
5352
format.endWithNewline();

0 commit comments

Comments
 (0)