lib/scss_lint/sass/tree.rb in scss-lint-0.13.0 vs lib/scss_lint/sass/tree.rb in scss-lint-0.14.0
- old
+ new
@@ -1,9 +1,12 @@
# Contains extensions of Sass::Tree::Nodes to add support for traversing the
# Sass::Script::Node parse trees contained within the nodes. This probably
# breaks the Sass compiler, but since we're only doing lints this is fine for
# now.
module Sass::Tree
+ # Ignore documentation lints as these aren't original implementations.
+ # rubocop:disable Documentation
+
# Define some common helper code for use in the various monkey patchings.
class Node
# Stores node for which this node is a direct child
attr_accessor :node_parent