Sign inSign up

pipelinecomponents/haskell-hlint

By pipelinecomponents

Updated 2 days ago

Hlint for Haskell in a container for gitlab-ci

Image
Languages & frameworks
Integration & delivery
0

10K+

pipelinecomponents/haskell-hlint repository overview

Pipeline Components: Hlint for Haskell

Project Stage Project Maintenance License GitLab CI

Docker status

Image Size Docker Pulls

Usage

The image is for running haskell-hlint.

A configfile called .hlint.yaml is required, and a default can ben generated with:

docker run --rm -ti pipelinecomponents/haskell-hlint:latest hlint -d > .hlint.yaml

Examples

haskell-hlint:
  stage: linting
  image: registry.gitlab.com/pipeline-components/haskell-hlint:latest
  script:
    - hlint .

To use parallel processing

haskell-hlint:
  stage: linting
  image: registry.gitlab.com/pipeline-components/haskell-hlint:latest
  script:
    - hlint -j .

For more information about hlint commandline see Hlint documentation

Versioning

This project uses Semantic Versioning for its version numbering.

Support

Got questions?

Check the discord channel

You could also open an issue here

Contributing

This is an active open-source project. We are always open to people who want to use the code or contribute to it.

We've set up a separate document for our contribution guidelines.

Thank you for being involved! 😍

Authors & contributors

The original setup of this repository is by Robbert Müller.

The Build pipeline is large based on Community Hass.io Add-ons by Franck Nijhof.

For a full list of all authors and contributors, check the contributor's page.

License

This project is licensed under the MIT License by Robbert Müller.

Tag summary

Content type

Image

Digest

sha256:e2e2f0cc5

Size

20.3 MB

Last updated

4 months ago

docker pull pipelinecomponents/haskell-hlint