mirror of
https://github.com/sasjs/lint.git
synced 2026-01-07 12:40:05 +00:00
chore: quick fix
This commit is contained in:
@@ -5,7 +5,7 @@ import { Severity } from '../../types/Severity'
|
|||||||
|
|
||||||
const name = 'noGremlins'
|
const name = 'noGremlins'
|
||||||
const description = 'Disallow characters specified in grimlins array'
|
const description = 'Disallow characters specified in grimlins array'
|
||||||
const message = 'Line contains a grimlin character'
|
const message = 'Line contains a grimlin'
|
||||||
|
|
||||||
const test = (value: string, lineNumber: number, config?: LintConfig) => {
|
const test = (value: string, lineNumber: number, config?: LintConfig) => {
|
||||||
const severity = config?.severityLevel[name] || Severity.Warning
|
const severity = config?.severityLevel[name] || Severity.Warning
|
||||||
|
|||||||
Reference in New Issue
Block a user