(no title)
tyrw | 1 year ago
The other end of the spectrum is linting and tests, which catch errors before review.
Does Ellipsis have a role between these two? If so, what is the role?
tyrw | 1 year ago
The other end of the spectrum is linting and tests, which catch errors before review.
Does Ellipsis have a role between these two? If so, what is the role?
hunterbrooks|1 year ago
Ellipsis will use your existing lint/test commands when making code changes. For example, you can leave a comment on a PR that says "@ellipsis-dev fix the assertion in the failing unit test" and Ellipsis will run the tests, observe the failure, make the code change, confirm the tests pass, lint-fix the code, and push a commit or new PR
thih9|1 year ago
Why run it as part of a PR then? I'd prefer to run a tool like this before a PR is even open, and ideally on my local machine.
userbinator|1 year ago
Only if they're already below average.
wiseowise|1 year ago
Interesting. Got any numbers how it affects team velocity?
luskira|1 year ago