-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I have a project with commit hooks installed, which lint my code. If there's an error produced by the linter, lazygit picks it up properly, and shows an error box:
However, when I hit the @ key to show the actual errors, I am unable to, because the Error Box does not disappear and instead covers the command log.
It forces me to leave lazygit and just use regular git commands to commit and see what the pre commit hook returned.
Reproduction Steps
Steps to reproduce the behavior:
- Set up a pre commit hook (e.g. a linter)
- Try to commit changes which make the pre commit hook fail
- Error is produced (Picture 1)
- Hit
@key to view the error - You are unable to view the error, as it is covered (Picture 2)
Expected behavior
I would expect for the Error Box to either disappear, or be placed underneath the commit log, so that I can see the errors.
Sceenshots
Desktop (please complete the following information):
- OS: MacOS Monterey
12.2.1 - Lazygit Version:
0.32.2
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

