function createStrictSdlAnalyser
createStrictSdlAnalyser(checks?: Check[] | undefined): SdlAnalyser

Create a strict SDL analyser and store it as a "singleton".

Parameters

optional
checks: Check[] | undefined

Optional Check implementations to use in the analyser. If not supplied defaultChecks will be applied. NOTE: When passing a value for checks, defaultChecks must be included in this value if they are to be applied.

Return Type

SdlAnalyser

Usage

import { createStrictSdlAnalyser } from ".";