Skip to content
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

chore(api-gateway): add husky pre-commit actions to api-gateway #198

Open
3 tasks
JoseNoriegaa opened this issue May 2, 2022 · 0 comments · May be fixed by #199
Open
3 tasks

chore(api-gateway): add husky pre-commit actions to api-gateway #198

JoseNoriegaa opened this issue May 2, 2022 · 0 comments · May be fixed by #199
Assignees
Labels

Comments

@JoseNoriegaa
Copy link
Contributor

JoseNoriegaa commented May 2, 2022

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

  • Should run test command before every commit.
  • Should run lint command before every commit.
  • The commit should be aborted if the above commands fail.

Related issues

@JoseNoriegaa JoseNoriegaa added this to the Sprint 5 - Messages milestone May 2, 2022
@JoseNoriegaa JoseNoriegaa self-assigned this May 2, 2022
@JoseNoriegaa JoseNoriegaa linked a pull request May 2, 2022 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant