-
-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable hlint on CI #565
Comments
sternenseemann
added a commit
that referenced
this issue
Jul 21, 2022
* Pick the widest common set of GHC major release series to test for all packages and bump to the latest available one. Sadly we can't test 8.6.5 anymore and haskell-ci doesn't know about 9.2.3 yet. * Include all packages tracked by the cabal.project file * Apply PackageMap.hs doctest workaround for distribution-nixpkgs * hlint will need to be reenabled later, see #565.
sternenseemann
added a commit
that referenced
this issue
Jul 21, 2022
* Pick the widest common set of GHC major release series to test for all packages and bump to the latest available one. Sadly we can't test 8.6.5 anymore and haskell-ci doesn't know about 9.2.3 yet. * Include all packages tracked by the cabal.project file * Apply PackageMap.hs doctest workaround for distribution-nixpkgs * hlint will need to be reenabled later, see #565.
sternenseemann
added a commit
that referenced
this issue
Oct 9, 2022
* Pick the widest common set of GHC major release series to test for all packages and bump to the latest available one. Sadly we can't test 8.6.5 anymore and haskell-ci doesn't know about 9.2.3 yet. * Include all packages tracked by the cabal.project file * Apply PackageMap.hs doctest workaround for distribution-nixpkgs * hlint will need to be reenabled later, see #565.
sternenseemann
added a commit
that referenced
this issue
Oct 9, 2022
* Pick the widest common set of GHC major release series to test for all packages and bump to the latest available one. Sadly we can't test 8.6.5 anymore and haskell-ci doesn't know about 9.2.3 yet. * Include all packages tracked by the cabal.project file * Apply PackageMap.hs doctest workaround for distribution-nixpkgs * hlint will need to be reenabled later, see #565.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What we want to add to
haskell-ci
is:"--hlint","--hlint-job","9.0.2","--hlint-options","-XCPP",
. We'll also want to provide a sensiblehlint.yaml
which disables some of the stupider suggestions.The text was updated successfully, but these errors were encountered: