lib/fix/command.rb in fix-command-0.5.1 vs lib/fix/command.rb in fix-command-0.5.2

- old
+ new

@@ -1,5 +1,7 @@ +# frozen_string_literal: true + require 'fix' require 'optparse' require 'set' # Namespace for the Fix framework. @@ -139,9 +141,10 @@ 'VERSION.semver')).chomp exit end end + # rubocop:enable BlockLength if load_file config_paths.each { |config_path| opt_parser.load(config_path) } end