Skip to content

Commit

Permalink
chore: exclude name check
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyrt committed Jul 19, 2024
1 parent 5ad78b6 commit b4c8861
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 @@ -19,13 +19,15 @@ define check-font
--auto-jobs \
--full-lists \
--html "$(REPORTS_DIR)/$(2)_$(1).html" \
-x com.google.fonts/check/fontdata_namecheck \
"$(BUILD_DIR)/$(1)/"*
endef

define check-ttf-file
$(VENV) fontbakery check-$(2) \
--auto-jobs \
--html "$(REPORTS_DIR)/$(2)_$(1).html" \
-x com.google.fonts/check/fontdata_namecheck \
"$(BUILD_DIR)/ttf/Lilex-$(1).ttf"
endef

Expand Down

0 comments on commit b4c8861

Please sign in to comment.