lib/scss_lint/sass/tree.rb in scss_lint-0.56.0 vs lib/scss_lint/sass/tree.rb in scss_lint-0.57.0
- old
+ new
@@ -163,6 +163,8 @@
# are the same
def ==(other)
self.class == other.class && imported_filename == other.imported_filename && super
end
end
+
+ # rubocop:enable Documentation
end