forked from fonttools/fontbakery
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
default log level warn #2
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
We should not keep email addresses on DESCRIPTION or METADATA.pb files. Checks updated on the Google Fonts profile: - com.google.fonts/check/metadata/broken_links - com.google.fonts/check/description/broken_links (issue #4110)
on the freetype_rasterizer check. (issue #4118)
com.google.fonts/check/metadata/nameid/font_name On the Google Fonts profile. (issue #4086)
Starting from ufo2ft 2.29.0, the TTFont instance produced by ufo2ft may not have a .reader attribute. Fixes #3940.
If the tests are run from an unpacked source tarball, there will be no .git directory and so license() will not find fontbakery's own LICENSE.txt. Instead of unconditionally dropping the last found license in tests, look for absolute paths which indicate they were found from the git root directory.
…rsal.py instead of opentype.py
…to universal.py instead of opentype.py" This reverts commit 15828b9.
Co-authored-by: Miguel Sousa <msousa@adobe.com>
…ily-name Add new family check: `consistent_family_name`
`filter` returns an iterator not a list anymore.
check-id: com.google.fonts/check/linegaps From: OpenType profile To: Universal profile (issue #4133)
(followup to issue #4133 addressing @khaledhosny comment at PR #4134)
Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.28.2...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bump requests from 2.28.2 to 2.31.0
Added to the Universal Profile com.google.fonts/check/STAT_in_statics Static fonts with more than a single entry per design axis cause trouble on Windows (issue #4149)
Check that alternate caron is used in the four affected Latin glyphs. Added to the Universal Profile. (issue #3308)
And a few minor tweaks to code and text-strings formatting. (issue #3308)
Adding "ADLaM" to the abbreviations set.
Also adding ADLaM to the camelcase name list since it'll likely hit that as well.
note: gflanguages v0.8.9 was yanked and the actual latest version is currently v0.5.4
(and a few more names on contributors list)
Adding checks to CHECKS_NOT_TO_INCLUDE which should not be tested according to Fontwerk.
Added affected languages to output & downgraded to WARN. (issue #4085)
This infers the font's primary script and then checks that's properly set in METADATA.pb. This is an educated guess based on the number of glyphs per script in the font and should be taken with caution. Added to the Google Fonts Profile com.google.fonts/check/metadata/primary_script (issue #4109)
Change rationale to reflect the fact that this check emits an INFO (issue #4067)
Wrong damned button. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
valid_glyphnames
check overridepassed
insteadassert_results_contain
methodconditions
in CheckTesterconditions
in CheckTester fonttools/fontbakery#3766test_check_vertical_metrics
is failing due to an unfulfilled condition fonttools/fontbakery#3772Font Bureau
profile.Universal
profile and added rationale textwght
axisname
tablef-string-without-interpolation
errorslineGap
in the 'os2_metrics_match_hhea' check downgradesf-string-without-interpolation
pylint errorsstyle
condition from check/caret_slopepassed
instead offailed
test_check_metadata_filenames
opentype-sanitizer
an extra dependencydotted_circle
check from Universal to Shaping profilesoft_dotted
check from Universal to Shaping profilecan_use
method out offontbakery.utils
except
freetype-py
andopentype-sanitizer
are core dependencies, therefore keep things simpleredefined-builtin
errorscom.google.fonts/check/interpolation_issues
beziers
package is installed by defaultrequirements*.txt
filesshaping
subcommandshaping
extraunicodedata2
in requirements.txtfontwerk
andnotofonts
extrasglyphnames_max_length
from fontbakery.*
imports to the top of the filecom.google.fonts/check/valid_glyphnames
: yield SKIP for CFF2 fonts withpost
format 3com.google.fonts/check/unique_glyphnames
: yield SKIP for CFF2 fonts withpost
format 3from fontbakery.*
imports to the top of the filecom.google.fonts/check/mandatory_glyphs
: Improve resilience to edge casescom.google.fonts/check/STAT_in_statics
: Addhas_STAT_table
conditionnormpath()
to fix failure in Windowsunidiomatic-typecheck
unnecessary-comprehension
implicit-str-concat
use-sequence-for-iteration
using-constant-test
use-list-literal
use-implicit-booleaness-not-comparison
use-dict-literal
unspecified-encoding
pointless-statement
missing-timeout
logging-fstring-interpolation
logging-format-interpolation
len-as-condition
attribute-defined-outside-init
consider-using-in
dangerous-default-value
/
!
inis_negated
is_negated
get_apple_terminal_bg_color
apple_terminal_bg_is_white
get_theme
branches
colorless_len
text_flow
html5_collapsible
split_camel_case
suffix
methodtest_check_repo_dirname_match_nameid_1
get_absolute_path
methodDescription
This pull request addresses the problems described at issue #xxxx
To Do
CHANGELOG.md