Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

Commit

Permalink
Add “tests” dir to format targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Rijnders committed Mar 7, 2018
1 parent 82525ca commit eaaa2c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ distclean: clean

format:
@elm-format --yes src
@elm-format --yes tests

format-validate:
@elm-format --validate src
@elm-format --validate tests

help:
@echo "Run: make <target> where <target> is one of the following:"
Expand Down

0 comments on commit eaaa2c7

Please sign in to comment.