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
Branches that do not pass the prettier + standard linting can still be merged to master.
Suggested solution:
In addition to running our test suite, Travis should reject pull requests that still have formatting issues. This could be a script that runs prettier-standard, then runs git status and only approves the PR if no files have been changed.
The text was updated successfully, but these errors were encountered:
Problem description:
Branches that do not pass the
prettier
+standard
linting can still be merged tomaster
.Suggested solution:
In addition to running our test suite, Travis should reject pull requests that still have formatting issues. This could be a script that runs
prettier-standard
, then runsgit status
and only approves the PR if no files have been changed.The text was updated successfully, but these errors were encountered: