NL027: Variable is modified but never read

NL027: Variable is modified but never read

type: code-smell
priority: minor

#unused

Description

This rule is raised when there is a variable that has its value changed but is never read.