lib/slim_lint/cli.rb in slim_lint-0.29.0 vs lib/slim_lint/cli.rb in slim_lint-0.30.0

- old
+ new

@@ -1,8 +1,8 @@ # frozen_string_literal: true -require 'slim_lint' -require 'slim_lint/options' +require_relative '../slim_lint' +require_relative 'options' module SlimLint # Command line application interface. class CLI # rubocop:disable Metrics/ClassLength # Exit codes