Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
(maint) Removed Rubocop lines from the platform files
Browse files Browse the repository at this point in the history
  • Loading branch information
span786 authored and mhashizume committed Oct 31, 2023
1 parent 1cc14a3 commit 5aec746
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions configs/platforms/amazon-2023-aarch64.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# rubocop:disable Naming/FileName
# frozen_string_literal: true

platform 'amazon-2023-aarch64' do |plat|
plat.inherit_from_default

Expand All @@ -16,5 +13,3 @@
plat.install_build_dependencies_with 'dnf install -y --allowerasing'
plat.vmpooler_template 'amazon-2023-arm64'
end

# rubocop:enable Naming/FileName
5 changes: 0 additions & 5 deletions configs/platforms/amazon-2023-x86_64.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# rubocop:disable Naming/FileName
# frozen_string_literal: true

platform 'amazon-2023-x86_64' do |plat|
plat.inherit_from_default

Expand All @@ -16,5 +13,3 @@
plat.install_build_dependencies_with 'dnf install -y --allowerasing'
plat.vmpooler_template 'amazon-2023-x86_64'
end

# rubocop:enable Naming/FileName

0 comments on commit 5aec746

Please sign in to comment.