lib/slim_lint/lint.rb in slim_lint-0.15.1 vs lib/slim_lint/lint.rb in slim_lint-0.16.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + module SlimLint # Contains information about a problem or issue with a Slim document. class Lint # @return [String] file path to which the lint applies attr_reader :filename