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

refactor: pre-commit & pre-push refinement #78

Merged
merged 3 commits into from
May 27, 2023

Conversation

kylemocode
Copy link
Contributor

Why need this change? / Root cause:

  • currently, the pre-commit hook is not trigged
  • create lint-staged.config.js, it will filter the files that got changed in the commit, and its logic is like below:
  1. js,jsx,ts,tsx: run prettier & eslint
  2. css,scss: prettier (maybe we can add stylelint in the future)
  3. json,md,mdx,html,yml,yaml: prettier

and it will add the changed files to staged workspace automatically

  • remove the pre-push script because I think that we can rely on CI to run the tests. Otherwise, as the number of test cases increases in the future, placing testing in the pre-push step would affect the efficiency of development.

Changes made:

Test Scope / Change impact:

Issue

@kylemocode kylemocode requested a review from Parkerhiphop May 26, 2023 03:18
@kylemocode kylemocode force-pushed the refactor/pre-commit-and-pre-push-refine branch from 1fa22ae to e3078c1 Compare May 27, 2023 02:26
@Parkerhiphop Parkerhiphop merged commit d648a26 into main May 27, 2023
@Parkerhiphop Parkerhiphop deleted the refactor/pre-commit-and-pre-push-refine branch May 27, 2023 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants