Skip to content
Snippets Groups Projects
Commit c5343e6b authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

Merge branch 'libs' into 'master'

Spotless

See merge request !96
parents f32c5a4a a6b88b5c
No related branches found
No related tags found
1 merge request!96Spotless
Pipeline #13792 passed
......@@ -14,7 +14,7 @@ apply plugin: "com.diffplug.gradle.spotless"
spotless {
/* Java formatting */
java {
targetExclude "**/build", "bin", "**/Scratch*.java", "tmp", "lib"
targetExclude "**/build", "bin", "**/Scratch*.java", "tmp", "libs"
removeUnusedImports()
......@@ -43,7 +43,7 @@ spotless {
/* Markdown, YAML, .gitignore, Bash, and Dockerfile formatting */
format "misc", {
target "**/*.md", "**/*.yml", "**/.gitgnore", "**/*.sh", "**/*Dockerfile"
targetExclude "**/build", ".gradle", ".settings", "tmp", "lib"
targetExclude "**/build", ".gradle", ".settings", "tmp", "libs"
trimTrailingWhitespace()
indentWithSpaces(2)
endWithNewline()
......@@ -54,7 +54,7 @@ spotless {
format "xml", {
target fileTree(".") {
include "**/*.xml"
exclude "**/build", ".settings", ".classpath", ".project", "tmp", ".gradle", "lib"
exclude "**/build", ".settings", ".classpath", ".project", "tmp", ".gradle", "libs"
}
eclipseWtp("xml")
indentWithSpaces(2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment