class

CrinjaLint::Rule::Lint::UselessAssign

Inherits CrinjaLint::Rule::Base < Reference < Object

Constants

MSG = "Useless assignment to `%s`"

Instance methods

assigns
Source
test(source, node : Crinja::AST::ASTNode, tag : Crinja::Tag::Set)
Source
test(source, node : Crinja::AST::ASTNode, tag : Crinja::Tag::For)
Source
test(source, node : Crinja::AST::ASTNode, tag : Crinja::Tag::With)
Source
test(source, node : Crinja::AST::ASTNode, tag : Crinja::Tag::Call)
Source
test(source, node : Crinja::AST::ASTNode, tag : Crinja::Tag::Import | Crinja::Tag::Extends)
Source
test(source, node : Crinja::AST::IdentifierLiteral)
Source
test(source)
Source