spotless: don't set the ratchetFrom option

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-05-15 15:36:50 +05:30
parent f25dabc5e7
commit 2fcb285e27
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -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")