Skip to content

Commit

Permalink
Update hlint command change in the CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Jul 15, 2021
1 parent a50b4b0 commit 9d2f2bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
# runner: macos-latest

- name: hlint
command: cabal-v2
command: hlint
runner: ubuntu-latest
pack_options: >-
HLINT_OPTIONS="lint"
Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,10 @@ matrix:
# os: osx

# --------------------------------------------------------------------------
# Lint e.g. HLINT_COMMANDS="hlint lint src; hlint lint test"
# Lint
# --------------------------------------------------------------------------

#- env: BUILD=stack RESOLVER=lts-15 HLINT_COMMANDS="hlint lint ."
#- env: BUILD=hlint HLINT_TARGETS="src test"

# --------------------------------------------------------------------------
# Build and send coverage report to coveralls.io using hpc-coveralls. Add
Expand All @@ -187,7 +187,7 @@ matrix:
allow_failures:
- env: BUILD=cabal-v2 GHCVER=head
- env: BUILD=stack RESOLVER=nightly
- env: BUILD=stack RESOLVER=lts-15 HLINT_COMMANDS="hlint lint ."
- env: BUILD=hlint HLINT_COMMANDS="src"

# ------------------------------------------------------------------------
# Settings beyond this point are advanced and normally not tweaked
Expand Down

0 comments on commit 9d2f2bc

Please sign in to comment.