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

Commit linting added, with prompts. #16

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

4N1Z
Copy link
Member

@4N1Z 4N1Z commented Sep 30, 2024

Commit lints added for better commit and for the ease of creating change-logs

  • Added commitlint for commit prompting
  • Added husky for managing git hooks

@AnirudhDaya AnirudhDaya added the enhancement New feature or request label Oct 8, 2024
@AnirudhDaya
Copy link
Member

Support with some screenshots on how linting will affect commit messages. Can it be overidden?

@4N1Z
Copy link
Member Author

4N1Z commented Oct 10, 2024

Hey, Got it.
Here are the screenshots of how it may look :

1 . git commit, or git commit -m "<your_message>"

It overides and prompts the user to go through the convention
image

2. To force git commit in a normal way : use git commit --no-verify -m "<your_message>"

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants