Skip to content

Commit

Permalink
round out local Makefile checks
Browse files Browse the repository at this point in the history
by collecting them and adding hlint. Other checks will follow, e.g.
API checking once that lands.
  • Loading branch information
geekosaur committed Oct 4, 2024
1 parent 24a128e commit ced4acc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ whitespace: ## Run fix-whitespace in check mode
fix-whitespace: ## Run fix-whitespace in fix mode
fix-whitespace --verbose

# local checks

.PHONY: checks
checks: whitespace style
# this should probably be a rule
hlint -j --json -- .

# source generation: SPDX

SPDX_LICENSE_HS:=Cabal-syntax/src/Distribution/SPDX/LicenseId.hs
Expand Down

0 comments on commit ced4acc

Please sign in to comment.