Homebrew / homebrew-linux-fonts

🖋 Formula of F🅾𝓝𝐓𝚂 (fork of Caskroom-fonts)
BSD 2-Clause "Simplified" License
50 stars 5 forks source link

Inter 4.0. Fix `font-inter.rb` #41

Closed nikitabarskov closed 4 months ago

nikitabarskov commented 5 months ago

For some reason for InterVariable.ttf and InterVariable-Italic.ttf have been prefixed with a wrong path. This commit fixes that.

brew cask audit --download font-inter.rb
Error: `brew cask` is no longer a `brew` command. Use `brew <command> --cask` instead
$ brew style --cask --fix font-inter.rb
font-inter.rb:51:3: C: FormulaAudit/Test: test do should not be empty
  test do ...
  ^^^^^^^
font-inter.rb:51:3: W: Lint/EmptyBlock: Empty block detected.
  test do ...
  ^^^^^^^

1 file inspected, 2 offenses detected

Would love to fix that as well.

Additionally, if adding a new cask:

I do not add a new formula or cask.

github-actions[bot] commented 4 months ago

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.