Skip to content

Commit

Permalink
Fix the namespace of a bunch of rubocop exceptions
Browse files Browse the repository at this point in the history
Differential Revision: D53077177

fbshipit-source-id: 22dea23048721bc04c3c5966503688c6e6714a30
  • Loading branch information
Olivier Raginel authored and facebook-github-bot committed Jan 25, 2024
1 parent 9e32199 commit 28bcfb1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Cookbook Name:: cpe_chrome
# Library:: gen_windows_chrome_known_settings
# rubocop:disable Metrics/LineLength
# rubocop:disable Layout/LineLength
# @generated
require_relative 'windows_chrome_settingv2'

Expand Down Expand Up @@ -1562,4 +1562,4 @@ module KnownSettings
end
end
end
# rubocop:enable Metrics/LineLength
# rubocop:enable Layout/LineLength
4 changes: 2 additions & 2 deletions itchef/cookbooks/cpe_chrome/scripts/windows_policy_gen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def process_sections(settings, ini)
# See the License for the specific language governing permissions and
# limitations under the License.
#
# rubocop:disable Metrics/LineLength
# rubocop:disable Layout/LineLength
# @generated
require_relative 'windows_chrome_settingv2'
Expand All @@ -93,7 +93,7 @@ module KnownSettings
end
end
end
# rubocop:enable Metrics/LineLength
# rubocop:enable Layout/LineLength
EOF

IO.write(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
provides :cpe_windows_update_for_business
default_action :config

# rubocop:disable Metrics/LineLength
# rubocop:disable Layout/LineLength
property :enabled,
[TrueClass, FalseClass, NilClass],
:default => lazy {
Expand Down Expand Up @@ -421,4 +421,4 @@
end
end
end
# rubocop:enable Metrics/LineLength
# rubocop:enable Layout/LineLength

0 comments on commit 28bcfb1

Please sign in to comment.