Harm Boschloo

Results 14 issues of Harm Boschloo

https://github.com/facebook/graphql/releases/tag/June2018

enhancement

Would it be possible to add a way to disable fixes for specific directories or files? Similar to `Rule.ignoreErrorsForDirectories` and `Rule.ignoreErrorsForFiles` for ignoring errors. The use-case I have is that...

**What the rule should do:** Simplify `Maybe.map foo |> Maybe.withDefault Nothing` to `Maybe.andThen foo` **What problems does it solve:** Should remove unnecessary code. **Example of things the rule would report:**...

enhancement
help wanted