ghcide/fmt.sh
Neil Mitchell 53e6ea9aa9
Enable compatibility with the next version of HLint (#434)
* Use Just True == in preference to fromMaybe True or similar

* Use trimStart instead of dropWhile isSpace

* Whitespace only

* Remove a redundant import

* Enable HLint hints suggesting the extra library
2020-02-17 10:50:30 +01:00

4 lines
136 B
Bash
Executable File

#!/usr/bin/env bash
set -eou pipefail
curl -sSL https://raw.github.com/ndmitchell/hlint/master/misc/run.sh | sh -s . --with-group=extra