Skip to main content

valid-contact-url-format

Overview

This rule belongs to the apimatic-preliminary-linting ruleset and states that:

String value should be in the format of a proper URL.

PropertyValue
EnabledYes
Maximum SeverityWarning
MessageContact URL is invalid.
CodeAPIMATICPRE_L002
TypeLinting
Rule SystemSyntax
Broad CategoryAPI
Products ImpactedCode Generation
Tagspreliminary checks linting apimatic url contact

Suggested Fixes

  • Ensure that the URL contains http or https scheme.
  • Ensure that the URL does not contain any forbidden characters.
  • Ensure that the URL is in the format of a proper URL.