1
0
mirror of https://github.com/sasjs/lint.git synced 2026-01-16 16:50:05 +00:00

fix: updating noTabs error description to: Line contains a tab character (09x)

This commit is contained in:
Allan Bowe
2022-12-13 18:03:18 +00:00
parent 049aa6bf26
commit 48a6628ec5
5 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ import { getIndicesOf } from '../../utils'
const name = 'noTabs'
const alias = 'noTabIndentation'
const description = 'Disallow indenting with tabs.'
const message = 'Line contains tab indentation'
const message = 'Line contains a tab character (09x)'
const test = (value: string, lineNumber: number, config?: LintConfig) => {
const severity =