Creates a linter check that runs linting rules against instance code (scan_linter_check).
scan_linter_check
LinterCheck({ $id: Now.ID['lint-gs-print'], name: 'Detect gs.print Usage', active: true, category: 'upgradability', priority: '3', shortDescription: 'Flags usage of gs.print which is deprecated',}) Copy
LinterCheck({ $id: Now.ID['lint-gs-print'], name: 'Detect gs.print Usage', active: true, category: 'upgradability', priority: '3', shortDescription: 'Flags usage of gs.print which is deprecated',})
Creates a linter check that runs linting rules against instance code (
scan_linter_check).