zuul-jobs/roles/hlint/README.rst
Tristan Cacqueray 2e82d88589 hlint: add haskell source code suggestions job
This change adds a new job to run hlint on haskell source files.

Change-Id: Ibf76c5552acecd68dfc56c4f31d8045ca5b233f1
2020-04-26 12:05:12 +00:00

14 lines
248 B
ReStructuredText

Run the hlint command.
**Role Variables**
.. zuul:rolevar:: hlint_report_name
:default: hlint.html
The name of the report.
.. zuul:rolevar:: zuul_work_dir
:default: {{ zuul.project.src_dir }}
Directory to run the hlint command in.