Skip to content

Commit

Permalink
Excluded json files with new line tests
Browse files Browse the repository at this point in the history
Signed-off-by: Owais Kazi <[email protected]>
  • Loading branch information
owaiskazi19 committed Feb 1, 2024
1 parent ebd17f7 commit 795d6b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions gradle/formatting.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ allprojects {
format 'misc', {
target '*.md', '*.gradle', '**/*.json', '**/*.yaml', '**/*.yml', '**/*.svg'

targetExclude '**/simple-bulk11.json', '**/simple-msearch5.json'

trimTrailingWhitespace()
endWithNewline()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
{ "field1" : "value1" }
{ "delete" : { "_index" : "test", "_id" : "2" } }
{ "create" : { "_index" : "test", "_id" : "3" } }
{ "field1" : "value3" }
{ "field1" : "value3" }
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
{"index" : "test2,test3", "preference": "_local"}
{"query" : {"match_all" : {}}}
{"index" : ["test4", "test1"], "routing": "123"}
{"query" : {"match_all" : {}}}
{"query" : {"match_all" : {}}}

0 comments on commit 795d6b4

Please sign in to comment.