Brujo Benavides

Results 120 comments of Brujo Benavides

Yeah… I would say it should not be _the default app behaviour_. But, if it's clearly optional, we can accept a PR with such changes.

HA! I didn't know about negative lookaheads. I still think that a `forbidden` regex would be clearer and the usual semantics is "allow everything that matches with `regex` *except* if...

Don't forget to add an option to specify the expected trailing line style.

Yes. Go for it, @paulo-ferraz-oliveira

Don't forget to put an option to specify how many lines are too many lines ;)

@shapovalovts To be honest, nobody is planning to work on this any time soon. The fix probably requires a bunch of non-trivial changes. All for not a huge gain, unless...

It can't "leave it alone" because that's not how this formatter works. This formatter parses the modules into ASTs and then renders them in a formatted way. At the time...

Yeah. That would be possible. We can totally add a config option to _ignore unparseable files entirely_. Do you mind creating a separate ticket for that?