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
As developers, we want to add husky to the api-gateway package to run the unit test and "lint" the code before every commit.
Motivation
We want to implement this configuration to make easier the code review process, so reviewers don't need to take care about running unit tests or the code style guide.
Acceptance criteria
Should run test command before every commit.
Should run lint command before every commit.
The commit should be aborted if the above commands fail.
Description
As developers, we want to add husky to the
api-gateway
package to run the unit test and "lint" the code before every commit.Motivation
We want to implement this configuration to make easier the code review process, so reviewers don't need to take care about running unit tests or the code style guide.
Acceptance criteria
Related issues
The text was updated successfully, but these errors were encountered: