-
Notifications
You must be signed in to change notification settings - Fork 91
Add a "watch" mode for continuous validation #458
Copy link
Copy link
Open
Labels
CLIUpdate to the CLIUpdate to the CLIhas-prThis issue has an associated PRThis issue has an associated PRhelp wantedExtra attention is neededExtra attention is neededvalidator-coreIssues that relate to the core validator functionalityIssues that relate to the core validator functionality
Metadata
Metadata
Assignees
Labels
CLIUpdate to the CLIUpdate to the CLIhas-prThis issue has an associated PRThis issue has an associated PRhelp wantedExtra attention is neededExtra attention is neededvalidator-coreIssues that relate to the core validator functionalityIssues that relate to the core validator functionality
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
Add a
--watchflag that monitors the search path for file changes and re-validates automatically. This is useful during local development when editing config files.Proposed behavior
--exclude-dirs,--gitignore,--file-types, etc.)Implementation notes