G-1930
🆓Info
Avoid long parsing times.
Reason
Long parsing times delay linter results and waste resources. Exclude files that don’t need linting, or split large files. Report unreasonably high parsing times via an IslandSQL issue.
Parameters
Use parameters to customize the rule to your needs.
Parameter | Description | Default Value |
---|---|---|
MaxParseTime | Maximum amount of time in milliseconds for parsing a SQL file. An issue is reported when the value is exceeded. A value below 0 disables the check. | 30000 |