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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user