Skip to content

Commit

Permalink
reuse docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanchristo committed May 20, 2021
1 parent bbfb8cc commit c45064d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -328,11 +328,11 @@ benchmark:

lint:
golangci-lint run --out-format=tab
docker run --rm -i -v "$(CURDIR):/work" tmknom/markdownlint
docker run -i -v "$(CURDIR):/work" tmknom/markdownlint

lint-fix:
golangci-lint run --fix --out-format=tab --issues-exit-code=0
docker run --rm -i -v "$(CURDIR):/work" tmknom/markdownlint . --fix
docker run -i -v "$(CURDIR):/work" tmknom/markdownlint . --fix

.PHONY: lint lint-fix

Expand Down

0 comments on commit c45064d

Please sign in to comment.