lib/fulmar/domain/service/config_tests/misc.rb in fulmar-2.1.2 vs lib/fulmar/domain/service/config_tests/misc.rb in fulmar-2.2.0

- old
+ new

@@ -1,6 +1,5 @@ -relevant_options = [:rsync, :local_path, :remote_path, :host, :hostname, :shared, :templates, - :ssh_config, :type] +relevant_options = %i[rsync local_path remote_path host hostname shared templates ssh_config type] relevant_options.each do |option| target_test "empty configuration settings #{option}" do |config| if config.key?(option) && config[option].nil? next { severity: :warning,