homebrew-linux-fonts icon indicating copy to clipboard operation
homebrew-linux-fonts copied to clipboard

Tap does not pass `brew style` check

Open SMillerDev opened this issue 1 year ago β€’ 1 comments

General troubleshooting steps

  • [ ] I have retried my command with --force and the issue is still present.
  • [ ] I have checked the instructions for reporting bugs (or making requests) before opening the issue.
    • [x] None of the templates was appropriate for my issue, or I’m not sure.
  • [x] I ran brew update-reset && brew update and retried my command.
  • [x] I ran brew doctor, fixed as many issues as possible and retried my command.
  • [ ] I understand that if I ignore these instructions, my issue may be closed without review.

Description of issue

After https://github.com/Homebrew/homebrew-linux-fonts/pull/45 the state will be:

2238 files inspected, 3512 offenses detected, 937 offenses autocorrectable

Output of your command with --verbose --debug

style.txt

Summary: ~2234: test do should not be empty~ ~923: Align the keys and values of a hash literal if they span more than one line.~ 310: Layout/LineLength: Line is too long. 19: Use GitHub tarballs rather than zipballs 4: Use refs/tags/1.000 or refs/heads/1.000 for GitHub references 3: Sourceforge homepages should be 2: Use GitHub archive URLs rather than codeload 1: Description shouldn't start with an article.

Output of brew doctor

Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!

Warning: Some taps are not on the default git origin branch and may not receive
updates. If this is a surprise to you, check out the default branch with:
  git -C $(brew --repo homebrew/linux-fonts) checkout master
  git -C $(brew --repo homebrew/test-bot) checkout master

SMillerDev avatar May 27 '24 07:05 SMillerDev