mirror of
https://github.com/sasjs/lint.git
synced 2025-12-11 01:44:36 +00:00
chore: quick fix
This commit is contained in:
@@ -5,7 +5,7 @@ import { Severity } from '../../types/Severity'
|
||||
|
||||
const name = 'noGremlins'
|
||||
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 severity = config?.severityLevel[name] || Severity.Warning
|
||||
|
||||
Reference in New Issue
Block a user