-
Notifications
You must be signed in to change notification settings - Fork 465
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
Fix tab indent #938
Fix tab indent #938
Conversation
ed55eec
to
653293b
Compare
The linter was complaining (see commit ed55eec) about things that are not strictly related to this change. In other words, the linter should not fail as far as I can tell. Anyway, shouldn't be too difficult to make the linter happy, right? However, it turned into something extremely inconvenient for someone who doesn't know the tools involved here. Maybe I misunderstood the instructions, but I only got it to accept the patch by manually invoking Local
As suggested,
As suggested,
Okay,
Maybe it only checks unstaged changes?
Okay, let's invoke it manually then.
Well, I guess that looks somewhat okay. So I should be able to commit then?
Nope, still cannot commit. The precommit hook appears to be complaining about the patch that
A second manual run also does nothing:
The only solution seems to be to disable the precommit hook:
Finally no error. |
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.
LGTM
@tniessen thanks for report, I'll try to dig into the problem here. |
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.
LGTM
* doc: fix tab indent
* doc: fix tab indent
There is an argument to be made for using tabs, but the mixture of tabs and spaces causes visual inconsistencies in the docs and source code.