herr kaste

Results 355 comments of herr kaste

Heh? Here it looks like it reports `9:3` which is clearly tabs-not-expanded style. In the original post it looked like it reported `9:9`. What does it report on the command...

Also this is intelephense. Does this use phpcs under the hood?

As I understand the documentation, tab-width MUST NOT be set because it dictates if tabs are converted to spaces. Of course you then have to change the scope-ident rule because...

I don't know why phpcs made their decisions.

Basically the implementation could be ``` def find_errors(self, stdout): if SOME_ERROR_REGEX.matches(stdout): logger.warning('Dada') self.notify_failure() return return super().find_errors(stdout) ``` But you need to write the regexes and test this, I don't have...

Na, you can implement this, @skeeith.

Yeah, I tried `dmypy` but it doesn't lint in the background (aka "while you type") and I hate it a bit when linters or feedback comes after saving only.

Don't know what's not working but sure make a PR and we'll see.

What doesn't work here? It should.

That sounds like a good addition. Can you make a PR? If you don't know how to start just ask, I can guide you through.