lib/slim_lint/lint.rb in slim_lint-0.1.0 vs lib/slim_lint/lint.rb in slim_lint-0.2.0

- old
+ new

@@ -1,6 +1,6 @@ module SlimLint - # Contains information about a problem or issue with a HAML document. + # Contains information about a problem or issue with a Slim document. class Lint attr_reader :filename, :line, :linter, :message, :severity # Creates a new lint. #