Run hlint sanity check on release directory (#1780)

This fixes #1779.
This commit is contained in:
Martin Huschenbett 2019-06-20 13:36:20 +02:00 committed by mergify[bot]
parent 439830b5bc
commit 70c7328c78

2
fmt.sh
View File

@ -107,7 +107,7 @@ function bad_hlint() {
echo "UNEXPECTED HLINT FAILURE: The Bazel rules should have spotted this, please raise a GitHub issue"
}
trap bad_hlint EXIT
for dir in daml-foundations daml-assistant libs-haskell compiler; do
for dir in daml-foundations daml-assistant libs-haskell compiler release; do
run pushd "$dir"
run hlint --git -j4
run popd