Skip to content

Commit

Permalink
Fix some style issues reported by linters
Browse files Browse the repository at this point in the history
  • Loading branch information
0mp committed Jul 15, 2024
1 parent 5777a86 commit c795ff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Formula/arcanist.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2024 Mateusz Piotrowski <0mp@FreeBSD.org>
# SPDX-License-Identifier: BSD-2-Clause
class Arcanist < Formula
desc "Command line interface for Phabricator"
desc "Command-line interface for Phabricator"
homepage "http://www.phabricator.com/docs/arcanist/"
url "https://github.com/phacility/arcanist/archive/e50d1bc4eabac9c37e3220e9f3fb8e37ae20b957.tar.gz"
sha256 "acd8a30ff7e4a3fd8f9868ca357d05e377f9fade1c2dcedd824307a892bef2bb"
Expand Down
2 changes: 1 addition & 1 deletion Formula/git-arc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ class GitArc < Formula
homepage "https://cgit.freebsd.org/src/plain/tools/tools/git/"
url url_prefix + "git-arc.sh" + url_suffix
license "BSD-2-Clause"
sha256 "2125d0a57c522ab24a43091f851dbdd9b33633699eef84195c480630301335da"
version "20240422" # Follows FreeBSD's devel/freebsd-git-devtools.

Check failure on line 12 in Formula/git-arc.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

FormulaAudit/ComponentsOrder: `version` (line 12) should be put before `license` (line 11)
sha256 "2125d0a57c522ab24a43091f851dbdd9b33633699eef84195c480630301335da"

depends_on "arcanist"
depends_on "git"
Expand Down

0 comments on commit c795ff8

Please sign in to comment.