Hierarchy

  • ReplacementsConfigValidator

Constructors

Methods

  • Function to evaluate that a replacement key meets one of the 3 criteria to be determined intentional

    Parameters

    • replacementKeys: string[]
    • definedReplacementKeys: string[]
    • errors: string[]

    Returns void

  • Function to find instances of double curly braces in each config file

    Parameters

    • configDir: string
    • fileName: string

    Returns string[]

  • Function to remove double curly braces from a string

    Parameters

    • replacementString: string

    Returns string

  • Function to validate global replacement

    Parameters

    Returns void

  • Function to validate all strings in the config files surrounded by double curly braces are using LZA lookups or SSM Dynamic references

    Parameters

    Returns void

Generated using TypeDoc