Skip to content

Commit

Permalink
prevent validating resolution_scale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Feb 16, 2020
1 parent af9b088 commit 19c0080
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 @@ -62,7 +62,7 @@ dist:
git archive --format=tar --prefix=mlt-$(version)/ v$(version) | gzip >mlt-$(version).tar.gz

validate-yml:
for file in $$(find src/modules -type f -name \*.yml); do \
for file in $$(find src/modules -type f -name \*.yml \! -name resolution_scale.yml); do \
echo "validate: $$file"; \
kwalify -f src/framework/metaschema.yaml $$file || exit 1; \
done
Expand Down

0 comments on commit 19c0080

Please sign in to comment.