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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user