Skip to content

Commit bad6479

Browse files
committed
fixup: fix spotless violation
Signed-off-by: Simon Schrottner <[email protected]>
1 parent a1e7a29 commit bad6479

File tree

2 files changed

+0
-48
lines changed

2 files changed

+0
-48
lines changed

.gitattributes

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
#
44
# These are explicitly windows files and should use crlf
55
*.bat text eol=crlf
6-

pom.xml

-47
Original file line numberDiff line numberDiff line change
@@ -517,53 +517,6 @@
517517
</execution>
518518
</executions>
519519
</plugin>
520-
<plugin>
521-
<groupId>com.diffplug.spotless</groupId>
522-
<artifactId>spotless-maven-plugin</artifactId>
523-
<version>2.44.3</version>
524-
<configuration>
525-
<!-- optional: limit format enforcement to just the files changed by this feature branch -->
526-
<!-- <ratchetFrom>origin/main</ratchetFrom>-->
527-
<formats>
528-
<!-- you can define as many formats as you want, each is independent -->
529-
<format>
530-
<!-- define the files to apply to -->
531-
<includes>
532-
<include>.gitattributes</include>
533-
<include>.gitignore</include>
534-
</includes>
535-
<!-- define the steps to apply to those files -->
536-
<trimTrailingWhitespace/>
537-
<endWithNewline/>
538-
<indent>
539-
<spaces>true</spaces>
540-
<spacesPerTab>4</spacesPerTab>
541-
</indent>
542-
</format>
543-
</formats>
544-
<!-- define a language-specific format -->
545-
<java>
546-
<palantirJavaFormat/>
547-
548-
<indent>
549-
<spaces>true</spaces>
550-
<spacesPerTab>4</spacesPerTab>
551-
</indent>
552-
<importOrder/>
553-
554-
<removeUnusedImports/>
555-
<formatAnnotations/>
556-
557-
</java>
558-
</configuration>
559-
<executions>
560-
<execution>
561-
<goals>
562-
<goal>check</goal>
563-
</goals>
564-
</execution>
565-
</executions>
566-
</plugin>
567520
</plugins>
568521
</build>
569522
</profile>

0 commit comments

Comments
 (0)