mirror of
https://github.com/sasjs/lint.git
synced 2026-01-07 12:40:05 +00:00
Added example for hasRequiredMacroOptions to README
This commit is contained in:
@@ -261,6 +261,13 @@ This will require macros to have the options listed as "requiredMacroOptions." T
|
|||||||
- Default: false
|
- Default: false
|
||||||
- severity: WARNING
|
- severity: WARNING
|
||||||
|
|
||||||
|
Example
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"hasRequiredMacroOptions": true,
|
||||||
|
"requiredMacroOptions": ["SECURE", "SRC"]
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## severityLevel
|
## severityLevel
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user