Skip to content

Commit

Permalink
These checks are not included in any profile... Must be fixed later.
Browse files Browse the repository at this point in the history
(issue #4801 & PR #4809)
  • Loading branch information
felipesanches committed Aug 8, 2024
1 parent ce243af commit 2ae3e07
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Lib/fontbakery/profiles/ufo.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@
"name": "UFO Sources",
"sections": {
"UFO Sources": [
"com.daltonmaag/check/ufolint",
"com.daltonmaag/check/ufo_required_fields",
"com.daltonmaag/check/ufo_recommended_fields",
"com.daltonmaag/check/ufo_unnecessary_fields",
# FIXME (orphan check): "com.daltonmaag/check/consistent_curve_type",
# https://github.com/fonttools/fontbakery/pull/4809
"com.google.fonts/check/designspace_has_sources",
"com.google.fonts/check/designspace_has_default_master",
"com.google.fonts/check/designspace_has_consistent_glyphset",
"com.google.fonts/check/designspace_has_consistent_codepoints",
"com.thetypefounders/check/features_default_languagesystem",
# FIXME (orphan check): "com.daltonmaag/check/no_open_corners",
"com.daltonmaag/check/ufolint",
"com.daltonmaag/check/ufo_required_fields",
"com.daltonmaag/check/ufo_recommended_fields",
"com.daltonmaag/check/ufo_unnecessary_fields",
]
},
}

0 comments on commit 2ae3e07

Please sign in to comment.