Skip to content

Commit

Permalink
build: run xmlencoderclose in tests, not lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Feb 27, 2024
1 parent 40d3dcd commit 050b076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ifeq ($(OS),Windows_NT)
else
@wget -O lint-project.sh https://raw.githubusercontent.com/moov-io/infra/master/go/lint-project.sh
@chmod +x ./lint-project.sh
COVER_THRESHOLD=85.0 ./lint-project.sh
COVER_THRESHOLD=85.0 DISABLE_XMLENCODERCLOSE=yes ./lint-project.sh
endif

.PHONY: clean
Expand Down

0 comments on commit 050b076

Please sign in to comment.