Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Fisher committed Jul 22, 2024
1 parent 88899f6 commit 469b9b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/oozone/config_loader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module Oozone
# Convert the YAML input to a zone config file and some metadata for further
# operations
#
# rubocop:disable Metrics/ClassLength
class ConfigLoader
attr_reader :metadata, :config, :raw

Expand Down Expand Up @@ -145,4 +146,5 @@ def config_prelude
['create -b']
end
end
# rubocop:enable Metrics/ClassLength
end

0 comments on commit 469b9b9

Please sign in to comment.