mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 17:04:09 +02:00
spotless: don't set the ratchetFrom option
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
f25dabc5e7
commit
2fcb285e27
|
@ -6,7 +6,6 @@
|
|||
import com.diffplug.gradle.spotless.SpotlessExtension
|
||||
|
||||
internal fun SpotlessExtension.configureSpotless() {
|
||||
ratchetFrom = "origin/develop"
|
||||
kotlin {
|
||||
ktfmt().googleStyle()
|
||||
target("src/**/*.kt", "**/*.kts")
|
||||
|
|
Loading…
Reference in a new issue