Identical comparison operands
Both sides of a comparison use the same source text.
#Metadata
#Why it matters
Comparing an expression to itself is either always true or always false and usually indicates a copy-paste defect.
#Remediation
Replace one operand with the value you meant to compare against.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/typescript/ts.correctness.identical-comparison-operands.rule.yaml.