mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
🚨 Resolve brew style lint offenses
This commit is contained in:
parent
5b8fed8bee
commit
a1a9a9d441
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
# typed: strict
|
||||
# frozen_string_literal: true
|
||||
|
||||
# mas command formula for custom tap (mas-cli/homebrew-tap).
|
||||
class Mas < Formula
|
||||
desc "Mac App Store command-line interface"
|
||||
homepage "https://github.com/mas-cli/mas"
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
# typed: strict
|
||||
# frozen_string_literal: true
|
||||
|
||||
# mas command formula for homebrew-core tap.
|
||||
class Mas < Formula
|
||||
desc "Mac App Store command-line interface"
|
||||
homepage "https://github.com/mas-cli/mas"
|
||||
|
|
Loading…
Reference in a new issue