-
Notifications
You must be signed in to change notification settings - Fork 15
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
fix: OtelBin sonarCloud issues fix #173
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
fixed sonarCloud issues @bripkens |
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.
LGTM aside from the component naming
@@ -82,22 +82,22 @@ export default function ErrorConsole({ errors, font }: { errors?: IError; font: | |||
{errors?.ajvErrors && | |||
errors.ajvErrors?.length > 0 && | |||
errors.ajvErrors.map((error: IAjvError, index: number) => { | |||
return <Error key={index} error={error} font={font} />; |
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.
Issue: The naming is a bit confusing, as this can also be a warning. Similar for the component CountErrorMessages
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
@bripkens better now?
@bripkens it seems sonarCloud generated a couple of new code smells. I will fix them too. |
No description provided.