1
0
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:
2022-12-26 22:35:18 +05:00
parent 7d6fc8eb8c
commit c5ead229a9

View File

@@ -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