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

feat: honour .gitignore and ignoreList from config when linting filesystem

This commit is contained in:
2022-08-12 15:49:28 +05:00
parent e1bcf5b06b
commit 40aea383b7
7 changed files with 6679 additions and 18 deletions

View File

@@ -1,4 +1,6 @@
export * from './asyncForEach'
export * from './getLintConfig'
export * from './getProjectRoot'
export * from './isIgnored'
export * from './listSasFiles'
export * from './splitText'