Skip to content

Commit dfc4473

Browse files
khaledhosnyfelipesanches
authored andcommitted
Add instances_/name_length_req to pending review lists of vendor profiles
1 parent e75eb56 commit dfc4473

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

Lib/fontbakery/profiles/adobefonts.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@
8484
"varfont/instances_in_order",
8585
"varfont/unsupported_axes",
8686
"vtt_volt_data",
87+
"name_length_req",
88+
"instances_name_length_req",
8789
],
8890
"sections": {
8991
"Adobe Fonts Checks": [

Lib/fontbakery/profiles/fontbureau.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
"varfont/instances_in_order",
3636
"varfont/unsupported_axes",
3737
"vtt_volt_data",
38+
"name_length_req",
39+
"instances_name_length_req",
3840
],
3941
"sections": {
4042
"Font Bureau Checks": [

Lib/fontbakery/profiles/fontwerk.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
# since currently they're in googlefonts' pending_review as well.
2828
"cmap/format_12",
2929
"empty_letters",
30+
"name_length_req",
31+
"instances_name_length_req",
3032
],
3133
"sections": {
3234
"Fontwerk Checks": [

Lib/fontbakery/profiles/googlefonts.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
"no_mac_entries",
99
"typographic_family_name",
1010
"vtt_volt_data",
11+
"name_length_req",
12+
"instances_name_length_req",
1113
],
1214
"sections": {
1315
"Article Checks": [

Lib/fontbakery/profiles/typenetwork.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
],
4040
"pending_review": [
4141
"base_has_width",
42+
"name_length_req",
43+
"instances_name_length_req",
4244
],
4345
"sections": {
4446
"Type Network": [

0 commit comments

Comments
 (0)