-
Notifications
You must be signed in to change notification settings - Fork 108
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
Add Prettier formatting check to the Dashboard lint check #3358
Add Prettier formatting check to the Dashboard lint check #3358
Conversation
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.
💯 🎊
OK, this PR is now ready for review. (I recommend suppressing whitespace differences in diff's output.) |
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.
I also added it as a CI check in one of my commit under #3250 😄 , but I was hesitating to add it on openid-connect
branch because of the potential merge conflicts but its good you added it against the main branch so I won't have any merge conflict 🎉
Also, should we add the check in our |
It's in there! 😁
|
We assume that code for the Dashboard is formatted via Prettier. This change adds a command to the Dashboard
run_list
Makefile target to check and enforce this. And, it makes additional changes to conform to Prettier's requirements.PBENCH-1114