All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gems.scss_lint-0.57.0.lib.scss_lint.linter.debug_statement.rb Maven / Gradle / Ivy

There is a newer version: 3.7.2
Show newest version
module SCSSLint
  # Checks for leftover `@debug` statements.
  class Linter::DebugStatement < Linter
    include LinterRegistry

    def visit_debug(node)
      add_lint(node, 'Remove `@debug` line')
    end
  end
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy