Skip to content

Commit 3bb432a

Browse files
committed
chore(ui): ignore .actual.json files in formatter
1 parent e2ebbc2 commit 3bb432a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

springwolf-ui/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ spotless {
8383

8484
format 'json', {
8585
target 'src/**/*.json'
86+
targetExclude '**/*.actual.json'
8687

8788
prettier()
8889
.npmExecutable("${tasks.named('npmSetup').get().npmDir.get()}${npmExec}")

0 commit comments

Comments
 (0)