You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the ternary operator in the auro-input component uses a negated condition, which can be difficult to read. It is recommended to invert the ternary operator to improve code readability. The suggested change is to modify the ternary operator as follows:
This change will remove the negation and make the code more straightforward. This issue was identified by the Sourcery AI bot, and while it was noted in a pull request, it was deemed out of scope for the current ticket. Therefore, this issue is being tracked separately to ensure it is addressed.
The current implementation of the ternary operator in the
auro-input
component uses a negated condition, which can be difficult to read. It is recommended to invert the ternary operator to improve code readability. The suggested change is to modify the ternary operator as follows:This change will remove the negation and make the code more straightforward. This issue was identified by the Sourcery AI bot, and while it was noted in a pull request, it was deemed out of scope for the current ticket. Therefore, this issue is being tracked separately to ensure it is addressed.
I created this issue for @chrisfalaska from #16 (comment).
Tips and commands
Interacting with Sourcery
@sourcery-ai plan
on this issue.@sourcery-ai develop
togenerate a PR that addresses this issue.
Getting Help
The text was updated successfully, but these errors were encountered: