-
Notifications
You must be signed in to change notification settings - Fork 0
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
Set Up Pre-commit Hooks for Linting and Code Formatting #12
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
dac2677
to
22ffd98
Compare
22ffd98
to
bb5592e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #12 +/- ##
========================================
Coverage 17.24% 17.24%
========================================
Files 4 4
Lines 29 29
Branches 4 4
========================================
Hits 5 5
Misses 21 21
Partials 3 3 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It Looks good for merge!!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job
bb5592e
to
2555bbf
Compare
2555bbf
to
9413af8
Compare
This PR implements pre-commit hooks to ensure that all code commits adhere to our linting and code formatting standards. This setup will help maintain code quality and consistency across the project by automatically running linting and formatting checks before each commit. We are using Husky to manage these Git hooks.
Tasks Completed
Acceptance Criteria
Testing
Opened the terminal and navigated to the project's root directory.
Additional Notes
What are the relevant pivotal trackers/story id?