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

feat: new rule added 'strictMacroDefinition'

This commit is contained in:
Saad Jutt
2021-05-20 19:14:01 +05:00
parent e5780cd69a
commit dcfeb7a641
7 changed files with 190 additions and 4 deletions

View File

@@ -3,3 +3,4 @@ export { maxLineLength } from './maxLineLength'
export { noEncodedPasswords } from './noEncodedPasswords'
export { noTabIndentation } from './noTabIndentation'
export { noTrailingSpaces } from './noTrailingSpaces'
export { strictMacroDefinition } from './strictMacroDefinition'