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

feat: added hasRequiredMacroOptions

This commit is contained in:
mac.homelab
2025-01-28 09:55:11 -05:00
parent 3e4809c352
commit be173d2e2b
6 changed files with 225 additions and 2 deletions

View File

@@ -254,6 +254,14 @@ This will highlight lines with trailing spaces. Trailing spaces serve no useful
- Default: true
- severity: WARNING
### hasRequiredMacroOptions
This will require macros to have the options listed as "requiredMacroOptions." This is helpful if you want to ensure all macros are SECURE.
- Default: true
- severity: WARNING
## severityLevel
This setting allows the default severity to be adjusted. This is helpful when running the lint in a pipeline or git hook. Simply list the rules you would like to adjust along with the desired setting ("warn" or "error"), eg as follows: