Skip to content

Freeze version of hlint used to lint ghcide #2143

Closed
@pepeiborra

Description

@pepeiborra

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:

#!/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

No one assigned

    Labels

    CIContinuous integrationtype: enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions