-
Notifications
You must be signed in to change notification settings - Fork 241
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
Even after adding the checksum talisman is still throwing error which is so annoying #463
Comments
Hi, |
Hi thank you for reply. Right it doesn't ignore. Everytime I run commit, pre hook executes and talisman gives same check sum. I have added fileignore as shown in issue. I don't know why it ist working. Only when checksum changes it will show the error again. But the checksum is same..... I tried to add ignore detectors too and ignored the file content for now to bypass this and it worked. I could fix it but no wonder why it didn't work at first place. |
+1 |
Hi @mai1x9
|
@deepthirera closing the Issue. I had running out of time and couldn't perform proper RCA. |
Hi @deepthirera I think the Issue has occured again. Its occuring with The
As you can see from below screenshot, the hash values are correct for @harinee I have faced same issue with another repo, I attached screenshot and The git pre-commit hook:
Bypass talismanI found the only way to bypass is
by adding |
@deepthirera Also we use lot of git sub modules, so yeah we may end up woth multiple package locks. will check your suggestion and try. Thank you |
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Talisman version: v1.28.0
Git pre-commit-conf.yml
The text was updated successfully, but these errors were encountered: