mirror of
https://github.com/sasjs/lint.git
synced 2026-01-16 16:50:05 +00:00
fix: check tab indentation in whole line
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export { indentationMultiple } from './indentationMultiple'
|
||||
export { maxLineLength } from './maxLineLength'
|
||||
export { noEncodedPasswords } from './noEncodedPasswords'
|
||||
export { noTabIndentation } from './noTabIndentation'
|
||||
export { noTabs } from './noTabs'
|
||||
export { noTrailingSpaces } from './noTrailingSpaces'
|
||||
|
||||
Reference in New Issue
Block a user