spotless: don't set the ratchetFrom option
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
f25dabc5e7
commit
2fcb285e27
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@
|
||||||
import com.diffplug.gradle.spotless.SpotlessExtension
|
import com.diffplug.gradle.spotless.SpotlessExtension
|
||||||
|
|
||||||
internal fun SpotlessExtension.configureSpotless() {
|
internal fun SpotlessExtension.configureSpotless() {
|
||||||
ratchetFrom = "origin/develop"
|
|
||||||
kotlin {
|
kotlin {
|
||||||
ktfmt().googleStyle()
|
ktfmt().googleStyle()
|
||||||
target("src/**/*.kt", "**/*.kts")
|
target("src/**/*.kt", "**/*.kts")
|
||||||
|
|
Loading…
Reference in a new issue