-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lint fix #1715
Conversation
WalkthroughThe recent update reflects a minor but precise modification: the addition of a trailing comma to an array within a TypeScript constant. This change enhances consistency and potentially facilitates easier future additions to the codebase. Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChat with CodeRabbit Bot (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (1)
- packages/synapse-interface/constants/blacklist.ts (1 hunks)
Files skipped from review due to trivial changes (1)
- packages/synapse-interface/constants/blacklist.ts
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1715 +/- ##
=============================================
Coverage 51.38047% 51.38047%
=============================================
Files 360 360
Lines 24593 24593
Branches 290 290
=============================================
Hits 12636 12636
Misses 10722 10722
Partials 1235 1235
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Description
Fix lint issues (missing comma)
Summary by CodeRabbit
713da88e6de659cd1522a858a8ae9e16fa760b0c: synapse-interface preview link