1
0
mirror of https://github.com/sasjs/lint.git synced 2025-12-11 01:44:36 +00:00

Added example for hasRequiredMacroOptions to README

This commit is contained in:
mac.homelab
2025-01-28 10:56:26 -05:00
parent a9cb4d8dac
commit e74663ba54

View File

@@ -261,6 +261,13 @@ This will require macros to have the options listed as "requiredMacroOptions." T
- Default: false
- severity: WARNING
Example
```json
{
"hasRequiredMacroOptions": true,
"requiredMacroOptions": ["SECURE", "SRC"]
}
```
## severityLevel