Update to rubocop 1.30.1

This commit is contained in:
2022-06-14 06:52:24 +02:00
parent a72fbabfe8
commit d349a90636
3 changed files with 16 additions and 106 deletions

View File

@ -116,9 +116,8 @@ def download_and_deploy(uri, tarball)
end
def write_info(package, downloads:)
File.open "slackbuilds/#{package.path}/#{package.name}.info", 'w' do |file|
file.write info_template(package, downloads)
end
File.write "slackbuilds/#{package.path}/#{package.name}.info",
info_template(package, downloads)
end
def update_slackbuild_version(package_path, version)