modules/mu/config/folder.rb in cloud-mu-3.1.3 vs modules/mu/config/folder.rb in cloud-mu-3.1.4

- old
+ new

@@ -57,13 +57,13 @@ # } MU::Config::Ref.schema(type: "folders") end # Generic pre-processing of {MU::Config::BasketofKittens::folder}, bare and unvalidated. - # @param folder [Hash]: The resource to process and validate - # @param configurator [MU::Config]: The overall deployment configurator of which this resource is a member + # @param _folder [Hash]: The resource to process and validate + # @param _configurator [MU::Config]: The overall deployment configurator of which this resource is a member # @return [Boolean]: True if validation succeeded, False otherwise - def self.validate(folder, configurator) + def self.validate(_folder, _configurator) ok = true ok end end