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