From a1a9a9d441cc81502ffeb7d16a2ab1c6944a1917 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sat, 26 Oct 2024 14:21:28 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20Resolve=20brew=20style=20lint=20?= =?UTF-8?q?offenses?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Homebrew/mas-tap.rb | 4 ++++ Homebrew/mas.rb | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/Homebrew/mas-tap.rb b/Homebrew/mas-tap.rb index 59ad0bf..4195b6d 100644 --- a/Homebrew/mas-tap.rb +++ b/Homebrew/mas-tap.rb @@ -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" diff --git a/Homebrew/mas.rb b/Homebrew/mas.rb index 1bda0d5..050648f 100644 --- a/Homebrew/mas.rb +++ b/Homebrew/mas.rb @@ -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"