-
-
Notifications
You must be signed in to change notification settings - Fork 403
Closed
Labels
CIContinuous integrationContinuous integrationtype: enhancementNew feature or requestNew feature or request
Description
Every time that @ndmitchell releases a new hint, our CI becomes blocked (the most recent one is #2116 (comment))
To prevent this, we should change the lint script to stick to a fixed version of hlint. This will probably imply forking Neil's script:
haskell-language-server/fmt.sh
Lines 1 to 3 in a800b9d
#!/usr/bin/env bash | |
set -eou pipefail | |
curl -sSL https://raw.github.com/ndmitchell/hlint/master/misc/run.sh | sh -s ghcide/src ghcide/exe ghcide/bench/lib ghcide/bench/exe ghcide/bench/hist shake-bench/src ghcide/test/exe --with-group=extra --hint=ghcide/.hlint.yaml |
Metadata
Metadata
Assignees
Labels
CIContinuous integrationContinuous integrationtype: enhancementNew feature or requestNew feature or request