Skip to content

OctoLintInvalidTargetNames

Mark Harrison edited this page Feb 27, 2025 · 1 revision

OctoLintInvalidTargetNames returns a warning if any deployment targets are named incorrectly, according to a specified regular expression.

Recommendation

Without established naming conventions, the maintenance of targets can increase cognitive load unnecessarily. Try to create deployment targets with meaningful names so that you can easily see what type of machine they are, and/or where they are geographically located.

Remediation

Consider changing the deployment target names to valid ones.

Clone this wiki locally