-
Notifications
You must be signed in to change notification settings - Fork 10
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
Re-enable linting and codecov mechanisms #109
Labels
Comments
Setting 2.15 as a target goal to have this workflow re-enabled. |
UPDATE: below details added in issue description Additionally, In
add this in
|
1 task
Closed
18 tasks
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#108 disabled the lint workflow to have ongoing development still have fully passing PRs and tracking main/2.x branches. Before this is released and before the plugin becomes more stable, this should be re-enabled to enforce lint checking on PRs and merges to main/2.x.
UPDATE: the PR was closed as this was disabled from github itself. details in referenced PR. This can be re-enabled the same way, at which time we can close this issue.
Additional linting mechanisms to re-enable:
In
package.json
, add:add this in
devDependencies
:add this script under
scripts
inpackage.json
:Re-enable pre-commit hooks in
.git/hooks
in the repositoryRe-enable codecov. Details of it being disabled in Parse and persist UI metadata on editor page #125
The text was updated successfully, but these errors were encountered: