Josh Bodah

Results 17 comments of Josh Bodah

> Yeah, it's tough to do that because pippi analyzes code in the context of a test run or some equally thorough exercising of a codebase One idea could be...

Note "between analysers" is not really the right choice of words. It's really that the run was expecting something that wasn't there when I only used the `Flay` analyser

Alternatively it might be easier to instead slice groups of files and run each of those slices through the full analyser pipeline in parallel than it would be to parallelize...

Riffed on this a bit here: https://github.com/jbodah/minion_rb#minion_rb. The implementation is a bit intrusive but it's functional and gets the point across

Addressed in https://github.com/stupied4ever/git-hooks/pull/32

Cool, sounds good

I see, yeah that makes sense

@stupied4ever please let me know which changes you'd like still. I've commented on the lines you've mentioned. I still would like to write tests for this

Gotcha, I'll merge upstream when I get home

Super late on this. Not sure if it's helpful, but here's the regex we use to match do/fn/end in the indent code which works pretty well: https://github.com/elixir-editors/vim-elixir/blob/882a16fc36db323f4350bd4389c96db8d414cf53/autoload/elixir/indent.vim#L111-L113 And a usage...