Skip to content

Commit 5f66c84

Browse files
committed
Properly case and sort FORMAT_DIRS
1 parent 52dc14a commit 5f66c84

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

Makefile

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,25 @@ init: ## Set up git hooks and ignored revisions.
2929

3030
# NOTE: Keep this in sync with `.github/workflows/format.yml`.
3131
FORMAT_DIRS := \
32-
bootstrap \
33-
buildinfo-reference-generator \
3432
Cabal \
35-
Cabal-benchmarks \
33+
Cabal-QuickCheck \
3634
Cabal-described \
37-
Cabal-dev-scripts \
3835
Cabal-hooks \
39-
cabal-install \
40-
cabal-install-solver \
41-
Cabal-QuickCheck \
4236
Cabal-syntax \
4337
Cabal-tests \
44-
Cabal-testsuite/src \
45-
Cabal-testsuite/main \
46-
Cabal-testsuite/static \
4738
Cabal-tree-diff \
39+
bootstrap \
40+
buildinfo-reference-generator \
41+
cabal-benchmarks \
42+
cabal-dev-scripts \
43+
cabal-install \
44+
cabal-install-solver \
45+
cabal-testsuite/main \
46+
cabal-testsuite/src \
47+
cabal-testsuite/static \
4848
cabal-validate \
4949
solver-benchmarks
5050

51-
5251
.PHONY: style
5352
style: ## Run the code styler
5453
@fourmolu -q -i $(FORMAT_DIRS)

0 commit comments

Comments
 (0)