forked from mcasperson/OctopusRecommendationEngine
-
Notifications
You must be signed in to change notification settings - Fork 6
OctoLintDuplicatedVariables
Matthew Casperson edited this page Mar 16, 2023
·
1 revision
OctoLintDuplicatedVariables
returns a warning if project variables have duplicate values.
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.
Consider using library variable sets to define shared variables.