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. |
|
@tniessen thanks for report, I'll try to dig into the problem here. |
* 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.