From ae17b8a8e7aea0ec3d050d41b0b6dc6cd847f360 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Mon, 24 Aug 2026 10:32:45 -0400 Subject: [PATCH] android: name the file after the type in it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit detekt's MatchingDeclarationName: a file whose only top-level type is EditorBlock has to be EditorBlock.kt. The plural read better as 'the blocks and the machinery around them', but the rule is about the type, and the convention here already works that way — NoteCard.kt holds NoteCard plus its helpers. --- .../thoughtsync/ui/{EditorBlocks.kt => EditorBlock.kt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename android/app/src/main/java/com/fabledsword/thoughtsync/ui/{EditorBlocks.kt => EditorBlock.kt} (100%) diff --git a/android/app/src/main/java/com/fabledsword/thoughtsync/ui/EditorBlocks.kt b/android/app/src/main/java/com/fabledsword/thoughtsync/ui/EditorBlock.kt similarity index 100% rename from android/app/src/main/java/com/fabledsword/thoughtsync/ui/EditorBlocks.kt rename to android/app/src/main/java/com/fabledsword/thoughtsync/ui/EditorBlock.kt