mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
developer/bin/find-appcast: disable rubocop
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#!/usr/bin/env ruby
|
||||
# frozen_string_literal: true
|
||||
|
||||
# rubocop:disable Style/TopLevelMethodDefinition
|
||||
|
||||
require "open3"
|
||||
require "pathname"
|
||||
require "yaml"
|
||||
@@ -89,3 +91,5 @@ App = Pathname(ARGV[0]).freeze
|
||||
|
||||
find_sparkle(App)
|
||||
find_electron_builder(App)
|
||||
|
||||
# rubocop:enable Style/TopLevelMethodDefinition
|
||||
|
||||
Reference in New Issue
Block a user