[PR #65] [MERGED] [core] Run "deno fmt" #69

Closed
opened 2025-10-31 16:56:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/65
Author: @ricoberger
Created: 11/4/2023
Status: Merged
Merged: 11/4/2023
Merged by: @ricoberger

Base: mainHead: core-run-deno-fmt


📝 Commits (1)

📊 Changes

41 files changed (+1884 additions, -1662 deletions)

View changed files

📝 supabase/functions/_cmd/cmd.ts (+29 -26)
📝 supabase/functions/_cmd/scheduler/scheduler.ts (+50 -41)
📝 supabase/functions/_cmd/tools/tools.ts (+13 -13)
📝 supabase/functions/_cmd/worker/worker.ts (+35 -30)
📝 supabase/functions/_shared/feed/feed.ts (+34 -32)
📝 supabase/functions/_shared/feed/github.ts (+246 -236)
📝 supabase/functions/_shared/feed/googlenews.ts (+61 -51)
📝 supabase/functions/_shared/feed/mastodon.ts (+89 -77)
📝 supabase/functions/_shared/feed/medium.ts (+77 -65)
📝 supabase/functions/_shared/feed/nitter.ts (+74 -63)
📝 supabase/functions/_shared/feed/podcast.ts (+61 -50)
📝 supabase/functions/_shared/feed/reddit.ts (+56 -48)
📝 supabase/functions/_shared/feed/rss.ts (+96 -81)
📝 supabase/functions/_shared/feed/stackoverflow.ts (+41 -35)
📝 supabase/functions/_shared/feed/tumblr.ts (+51 -44)
📝 supabase/functions/_shared/feed/utils/getFavicon.ts (+44 -37)
📝 supabase/functions/_shared/feed/utils/uploadFile.ts (+18 -16)
📝 supabase/functions/_shared/feed/x.ts (+51 -42)
📝 supabase/functions/_shared/feed/youtube.ts (+90 -76)
📝 supabase/functions/_shared/models/profile.ts (+2 -2)

...and 21 more files

📄 Description

Format the Deno code via "deno fmt" to use the defined code style from the "deno.json" file.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/65 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 11/4/2023 **Status:** ✅ Merged **Merged:** 11/4/2023 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `core-run-deno-fmt` --- ### 📝 Commits (1) - [`468fecf`](https://github.com/feeddeck/feeddeck/commit/468fecf66c91c53af2510e9f12199df9d16657de) [core] Run "deno fmt" ### 📊 Changes **41 files changed** (+1884 additions, -1662 deletions) <details> <summary>View changed files</summary> 📝 `supabase/functions/_cmd/cmd.ts` (+29 -26) 📝 `supabase/functions/_cmd/scheduler/scheduler.ts` (+50 -41) 📝 `supabase/functions/_cmd/tools/tools.ts` (+13 -13) 📝 `supabase/functions/_cmd/worker/worker.ts` (+35 -30) 📝 `supabase/functions/_shared/feed/feed.ts` (+34 -32) 📝 `supabase/functions/_shared/feed/github.ts` (+246 -236) 📝 `supabase/functions/_shared/feed/googlenews.ts` (+61 -51) 📝 `supabase/functions/_shared/feed/mastodon.ts` (+89 -77) 📝 `supabase/functions/_shared/feed/medium.ts` (+77 -65) 📝 `supabase/functions/_shared/feed/nitter.ts` (+74 -63) 📝 `supabase/functions/_shared/feed/podcast.ts` (+61 -50) 📝 `supabase/functions/_shared/feed/reddit.ts` (+56 -48) 📝 `supabase/functions/_shared/feed/rss.ts` (+96 -81) 📝 `supabase/functions/_shared/feed/stackoverflow.ts` (+41 -35) 📝 `supabase/functions/_shared/feed/tumblr.ts` (+51 -44) 📝 `supabase/functions/_shared/feed/utils/getFavicon.ts` (+44 -37) 📝 `supabase/functions/_shared/feed/utils/uploadFile.ts` (+18 -16) 📝 `supabase/functions/_shared/feed/x.ts` (+51 -42) 📝 `supabase/functions/_shared/feed/youtube.ts` (+90 -76) 📝 `supabase/functions/_shared/models/profile.ts` (+2 -2) _...and 21 more files_ </details> ### 📄 Description Format the Deno code via "deno fmt" to use the defined code style from the "deno.json" file. <!-- Keep PR title verbose enough and add prefix telling about what source it touches e.g "[rss] Add feature xyz" or if the the PR is not realated to a source use "[core]", e.g. "[core] Fix xyz". If you add a breaking change within your PR you should add ":warning:" to the title, e.g. ":warning: [core] My breaking change" --> <!-- Description of what have been changed. Please also reference an issue, when available. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:56:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#69