mirror of
https://github.com/haskell/ghcide.git
synced 2024-12-02 08:53:07 +03:00
53e6ea9aa9
* 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
4 lines
136 B
Bash
Executable File
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
|