@@ -93,7 +93,6 @@ impl fontspector_checkapi::Plugin for GoogleFonts {
93
93
94
94
let builder = builder
95
95
. add_and_register_check ( checks:: googlefonts:: description:: eof_linebreak)
96
- // .add_and_register_check(checks::googlefonts::description::family_update)
97
96
. add_and_register_check ( checks:: googlefonts:: description:: git_url)
98
97
. add_and_register_check ( checks:: googlefonts:: description:: has_article)
99
98
. add_and_register_check ( checks:: googlefonts:: description:: has_unsupported_elements)
@@ -103,7 +102,7 @@ impl fontspector_checkapi::Plugin for GoogleFonts {
103
102
. add_section ( "Family Checks" )
104
103
. add_and_register_check ( checks:: googlefonts:: family:: equal_codepoint_coverage)
105
104
. add_and_register_check ( checks:: googlefonts:: family:: italics_have_roman_counterparts)
106
- // .add_and_register_check(checks::googlefonts::family::tnum_horizontal_metrics)
105
+ . add_and_register_check ( checks:: googlefonts:: family:: tnum_horizontal_metrics)
107
106
. add_section ( "Name table checks" )
108
107
. add_and_register_check ( checks:: googlefonts:: name:: family_name_compliance)
109
108
. add_and_register_check ( checks:: googlefonts:: name:: line_breaks)
@@ -120,11 +119,11 @@ impl fontspector_checkapi::Plugin for GoogleFonts {
120
119
. add_and_register_check ( checks:: googlefonts:: name:: rfn)
121
120
. add_section ( "Repository Checks" )
122
121
// .add_and_register_check(checks::googlefonts::repo::dirname_matches_nameid_1)
123
- // .add_and_register_check(checks::googlefonts::repo::fb_report)
124
- // .add_and_register_check(checks::googlefonts::repo::sample_image)
125
- // checks::googlefonts::repo::upstream_yaml_has_required_fields // Redundant, no upstream.yaml any more
126
122
// .add_and_register_check(checks::googlefonts::repo::vf_has_static_fonts)
127
- // .add_and_register_check(checks::googlefonts::repo::zip_files",
123
+ // checks::googlefonts::repo::fb_report // Upstream repos should be checked separately
124
+ // checks::googlefonts::repo::sample_image // Upstream repos should be checked separately
125
+ // checks::googlefonts::repo::upstream_yaml_has_required_fields // Redundant, no upstream.yaml any more
126
+ // checks::googlefonts::repo::zip_files // Upstream repos should be checked separately
128
127
. add_section ( "Shaping Checks" )
129
128
. add_and_register_check ( checks:: dotted_circle) ;
130
129
#[ cfg( not( target_family = "wasm" ) ) ]
@@ -168,6 +167,7 @@ impl fontspector_checkapi::Plugin for GoogleFonts {
168
167
. add_and_register_check ( checks:: googlefonts:: old_ttfautohint)
169
168
// checks::googlefonts::production_encoded_glyphs // DISABLED
170
169
// checks::googlefonts::production_glyphs_similarity // Unlikely to be useful in the short term
170
+ // checks::googlefonts::description::family_update // Unlikely to useful yet
171
171
. add_and_register_check ( checks:: googlefonts:: render_own_name)
172
172
. add_and_register_check ( checks:: googlefonts:: STAT :: axis_order)
173
173
. add_and_register_check ( checks:: googlefonts:: STAT :: axisregistry)
0 commit comments