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

fix(*): add SAS Macros section to Doxygen header

This commit is contained in:
Krishna Acondy
2021-04-19 21:07:24 +01:00
parent 519a0164b5
commit d28d32d441
4 changed files with 8 additions and 4 deletions

View File

@@ -9,5 +9,5 @@ module.exports = {
statements: -10
}
},
collectCoverageFrom: ['src/**/{!(index|example),}.ts']
collectCoverageFrom: ['src/**/{!(index|formatExample|lintExample),}.ts']
}