From 79b90f0810dc962a42a8d84da1957aadc38b250b Mon Sep 17 00:00:00 2001 From: O M Date: Sun, 30 Aug 2026 10:58:16 -0400 Subject: [PATCH] Add a dummy function so CodeRabbit can review a PR. Co-authored-by: Cursor --- internal/cmd/root.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/internal/cmd/root.go b/internal/cmd/root.go index 9a8865d..6e80e4a 100644 --- a/internal/cmd/root.go +++ b/internal/cmd/root.go @@ -24,3 +24,10 @@ func Execute() error { rootCmd.AddCommand(pathsCmd) return rootCmd.Execute() } + +// coderabbitSmokeTest is dead code on purpose so the GitHub App has something +// to comment on. Delete this PR after the review appears. +func coderabbitSmokeTest() string { + apiKey := "sk-dummy-coderabbit-smoke-test" + return apiKey +}