From 64ffed90b47fc875734dc940e160b0c015e7bd58 Mon Sep 17 00:00:00 2001 From: cketti Date: Wed, 26 Apr 2023 13:19:10 +0200 Subject: [PATCH] Create directory structure matching package name Currently the tooling doesn't work very well when we place files directly into the "kotlin" directory. --- .../src/main/kotlin/{ => app/k9mail/cli/html/cleaner}/Main.kt | 0 config/detekt/baseline.xml | 1 - 2 files changed, 1 deletion(-) rename cli/html-cleaner-cli/src/main/kotlin/{ => app/k9mail/cli/html/cleaner}/Main.kt (100%) diff --git a/cli/html-cleaner-cli/src/main/kotlin/Main.kt b/cli/html-cleaner-cli/src/main/kotlin/app/k9mail/cli/html/cleaner/Main.kt similarity index 100% rename from cli/html-cleaner-cli/src/main/kotlin/Main.kt rename to cli/html-cleaner-cli/src/main/kotlin/app/k9mail/cli/html/cleaner/Main.kt diff --git a/config/detekt/baseline.xml b/config/detekt/baseline.xml index 7222a3594..420e5e42c 100644 --- a/config/detekt/baseline.xml +++ b/config/detekt/baseline.xml @@ -120,7 +120,6 @@ ImplicitDefaultLocale:SmtpTransport.kt$SmtpTransport$String.format("MAIL FROM:<%s> BODY=8BITMIME", fromAddress) ImplicitDefaultLocale:SmtpTransport.kt$SmtpTransport$String.format("MAIL FROM:<%s>", fromAddress) ImplicitDefaultLocale:SmtpTransport.kt$SmtpTransport$String.format("RCPT TO:<%s>", address) - InvalidPackageDeclaration:Main.kt$package app.k9mail.cli.html.cleaner LargeClass:MessageList.kt$MessageList : K9ActivityMessageListFragmentListenerMessageViewFragmentListenerMessageViewContainerListenerOnBackStackChangedListenerOnSwitchCompleteListenerPermissionUiHelper LargeClass:MessageListFragment.kt$MessageListFragment : FragmentConfirmationDialogFragmentListenerMessageListItemActionListener LargeClass:RealImapConnection.kt$RealImapConnection : ImapConnection