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
There have been many instances of contributors pushing up code to review only to find issues with linting from failures in checks like Unit Tests and Integration Tests. In OpenSearch-Dashboards, automatic linting is performed as a pre-commit hook which ensures that there are no linting errors before pushing to a remote repository.
What solution would you like?
This repo should mimic the same pre-commit hooks as OSD. Feature is requested here: #1538 (comment)
Do you have any additional context?
I believe this is setup on osd:bootstraphere. I'm currently looking at other dashboards plugins repos to see if we can mimic a setup from another dashboards plugin repo.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
There have been many instances of contributors pushing up code to review only to find issues with linting from failures in checks like Unit Tests and Integration Tests. In OpenSearch-Dashboards, automatic linting is performed as a pre-commit hook which ensures that there are no linting errors before pushing to a remote repository.
What solution would you like?
This repo should mimic the same pre-commit hooks as OSD. Feature is requested here: #1538 (comment)
Do you have any additional context?
I believe this is setup on
osd:bootstrap
here. I'm currently looking at other dashboards plugins repos to see if we can mimic a setup from another dashboards plugin repo.The text was updated successfully, but these errors were encountered: