mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor(settings)!: standardize radio config screens (#3167)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
d2db37e0d4
commit
ddb19b959f
35 changed files with 1480 additions and 2651 deletions
|
|
@ -30,7 +30,6 @@ internal fun Project.configureDetekt(extension: DetektExtension) = extension.app
|
|||
config.setFrom("$rootDir/config/detekt/detekt.yml")
|
||||
buildUponDefaultConfig = true
|
||||
allRules = false
|
||||
baseline = file("$rootDir/config/detekt/baseline.xml")
|
||||
source.setFrom(
|
||||
files(
|
||||
"src/main/java",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue