mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-13 00:16:19 +03:00
parent
439830b5bc
commit
70c7328c78
2
fmt.sh
2
fmt.sh
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user