Skip to content

OctoLintDuplicatedVariables

Matthew Casperson edited this page Mar 16, 2023 · 1 revision

OctoLintDuplicatedVariables returns a warning if project variables have duplicate values.

Recommendation

Projects will often share common values. Copying and pasting these values into each project's individual variables can make it difficult to update them. Library variable sets are a better solution when common variables are shared between many projects.

Remediation

Consider using library variable sets to define shared variables.