-
Notifications
You must be signed in to change notification settings - Fork 317
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
chore(warehouse): naming conventions #3076
Conversation
2. Use %q to quote a string in fmt.Sprintf format specifiers 3. Unnecessary block
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #3076 +/- ##
==========================================
- Coverage 53.60% 53.59% -0.01%
==========================================
Files 346 347 +1
Lines 53805 53806 +1
==========================================
- Hits 28840 28836 -4
- Misses 23328 23333 +5
Partials 1637 1637
... and 6 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
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.
Could we move tableSchema under the model package?
|
4e8f72c
to
ad9ecf6
Compare
Description
T
from struct types.I
from interface types.Notion Ticket
https://www.notion.so/rudderstacks/clean-code-3f197f00beac4fe3917385af011c2902?pvs=4
Security