Skip to content

Commit

Permalink
clean jsonschema before running lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu committed Nov 21, 2024
1 parent a56a912 commit 0fffff1
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 @@ -342,8 +342,8 @@ genjsonschema: genjsonschema-cleanup $(GOJSONSCHEMA)
@echo Modify jsonschema generated files.
sed -f ./config/jsonschema_patch.sed ${GENERATED_CONFIG} > ${GENERATED_CONFIG}.tmp
mv ${GENERATED_CONFIG}.tmp ${GENERATED_CONFIG}
$(MAKE) lint
$(MAKE) genjsonschema-cleanup
$(MAKE) lint

.PHONY: codespell
codespell: $(CODESPELL)
Expand Down

0 comments on commit 0fffff1

Please sign in to comment.