lens: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:28:51 +01:00
parent 589f4b94d8
commit eaef1fda48
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 12 additions and 12 deletions

View File

@ -1,19 +1,19 @@
cask 'lens' do
version '3.5.1'
sha256 '05a7eaaf283465dbe12a91e2a9d7e5b8d9757c6e2c442990ed86aee726b1acc8'
cask "lens" do
version "3.5.1"
sha256 "05a7eaaf283465dbe12a91e2a9d7e5b8d9757c6e2c442990ed86aee726b1acc8"
# github.com/lensapp/lens/ was verified as official when first introduced to the cask
url "https://github.com/lensapp/lens/releases/download/v#{version}/Lens-#{version}.dmg"
appcast 'https://github.com/lensapp/lens/releases.atom'
name 'Lens'
homepage 'https://k8slens.dev/'
appcast "https://github.com/lensapp/lens/releases.atom"
name "Lens"
homepage "https://k8slens.dev/"
app 'Lens.app'
app "Lens.app"
zap trash: [
'~/Library/Application Support/Lens',
'~/Library/Caches/Lens',
'~/Library/Preferences/com.electron.kontena-lens.plist',
'~/Library/Saved Application State/com.electron.kontena-lens.savedState',
]
"~/Library/Application Support/Lens",
"~/Library/Caches/Lens",
"~/Library/Preferences/com.electron.kontena-lens.plist",
"~/Library/Saved Application State/com.electron.kontena-lens.savedState",
]
end