Skip to content

Commit

Permalink
Fixed a typo and duplicated check in the profile
Browse files Browse the repository at this point in the history
  • Loading branch information
n7s committed Aug 28, 2024
1 parent a74cfcc commit 84753d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/silfont/fbtests/checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def org_sil_software_check_repo_is_ofl_url_current(family_directory):

@check(
id="org.sil.software/check/repo/executable_bits",
rationale="Various script files should have the expected execute bits, so they can be ran seperately, text files should not have execute bits",
rationale="Various script files should have the expected execute bits, so they can be ran separately, text files should not have execute bits",
proposal="https://github.com/silnrsi/pysilfont/issues",
)
def org_sil_software_check_repo_unneeded_exe_bits(family_directory):
Expand Down
1 change: 0 additions & 1 deletion src/silfont/fbtests/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@
"com.google.fonts/check/iso15008_interline_spacing",
"com.google.fonts/check/iso15008_interword_spacing",
"com.google.fonts/check/iso15008_proportions",
"com.google.fonts/check/iso15008_proportions",
"com.google.fonts/check/iso15008_stem_width",
"com.google.fonts/check/unicode_range_bits",
"com.google.fonts/check/rupee",
Expand Down

0 comments on commit 84753d7

Please sign in to comment.