Skip to content

Commit

Permalink
[Spotless] Applying Google Code Format for common #7 (opensearch-proj…
Browse files Browse the repository at this point in the history
…ect#1940)

* Spotless apply for common directory.

Signed-off-by: Mitchell Gale <[email protected]>

* Igoring checkstyle for common

Signed-off-by: Mitchell Gale <[email protected]>

* Spotless apply on string utils,

Signed-off-by: Mitchell Gale <[email protected]>

* Typo fix

Signed-off-by: Yury-Fridlyand <[email protected]>

---------

Signed-off-by: Mitchell Gale <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Co-authored-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
MitchellGale and Yury-Fridlyand committed Aug 22, 2023
1 parent 588e58d commit 0179dd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ repositories {
spotless {
java {
target fileTree('.') {
include 'datasources/**/*.java',
include 'common/**/*.java',
'datasources/**/*.java',
'core/**/*.java'
exclude '**/build/**', '**/build-*/**'
}
Expand Down

0 comments on commit 0179dd2

Please sign in to comment.