chore(lint): toggle import/no-named-as-default to error level + fix all violations#42214
Conversation
… all violations Signed-off-by: hainenber <dotronghai96@gmail.com>
|
AI Code Review is in progress (usually takes 3 to 15 minutes unless it's a very large PR). |
|
The security concern regarding reverse-tabnabbing is valid. When using Since <MarkdownToJsx
options={{
overrides: {
a: {
props: {
target: '_blank',
rel: 'noopener noreferrer',
},
},
},
}}
>
{markdownContent}
</MarkdownToJsx>Alternatively, if you prefer to update the markdown content directly, you can manually add the Regarding other comments on this PR, the provided comment file is empty, so there are no additional suggestions to address. superset-frontend/packages/superset-ui-core/src/components/DesignSystem.stories.tsx |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #42214 +/- ##
==========================================
- Coverage 65.19% 65.18% -0.01%
==========================================
Files 2768 2768
Lines 156081 156081
Branches 35719 35719
==========================================
- Hits 101754 101748 -6
- Misses 52365 52371 +6
Partials 1962 1962
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Signed-off-by: hainenber <dotronghai96@gmail.com>
Code Review Agent Run #44457dActionable Suggestions - 0Additional Suggestions - 4
Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
rusackas
left a comment
There was a problem hiding this comment.
Thanks @hainenber, LGTM! Always nice to see another one of these lint TODOs knocked out. Approving, and will merge soon if there's no objection.
… all violations (apache#42214) Signed-off-by: hainenber <dotronghai96@gmail.com>
… all violations (apache#42214) Signed-off-by: hainenber <dotronghai96@gmail.com>
chore(lint): toggle
import/no-named-as-defaultto error level + fix all violationsSUMMARY
Continuation of usual house cleaning ops.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N/A
TESTING INSTRUCTIONS
Green CI as acceptance threshold
ADDITIONAL INFORMATION