CrinjaLint::Rule::Lint::UselessAssign
Inherits CrinjaLint::Rule::Base < Reference < Object
Constants
MSG = "Useless assignment to `%s`"
Instance methods
assigns
Sourcetest(source, node : Crinja::AST::ASTNode, tag : Crinja::Tag::Set)
Sourcetest(source, node : Crinja::AST::ASTNode, tag : Crinja::Tag::For)
Sourcetest(source, node : Crinja::AST::ASTNode, tag : Crinja::Tag::With)
Sourcetest(source, node : Crinja::AST::ASTNode, tag : Crinja::Tag::Call)
Sourcetest(source, node : Crinja::AST::ASTNode, tag : Crinja::Tag::Import | Crinja::Tag::Extends)
Sourcetest(source, node : Crinja::AST::IdentifierLiteral)
Sourcetest(source)
Source