You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PATH paths to validate, either directories or files. Default is the current directory.
63
+
PATH Paths to validate, either directories or files. Default is the current directory.
64
64
65
65
options:
66
66
-h, --help show this help message and exit
67
67
-s SCHEMA, --schema SCHEMA
68
68
filename of schema. Default is schema.yaml.
69
69
-e PATTERN, --exclude PATTERN
70
-
Python regex used to exclude files from validation. Any substring match of a files absolute path will be excluded. Uses deafult Python3 regex. Option can be supplied multiple times.
70
+
Python regex used to exclude files from validation. Any substring match of a file's absolute path will be excluded. Uses
71
+
default Python3 regex. Option can be supplied multiple times.
71
72
-p PARSER, --parser PARSER
72
73
YAML library to load files. Choices are "ruamel" or "pyyaml" (default).
73
74
-n CPU_NUM, --cpu-num CPU_NUM
74
-
number of child processes to spawn for validation. Default is 4. 'auto' to use CPU count.
75
-
-x, --no-strict disable strict mode, unexpected elements in the data will be accepted.
75
+
Number of child processes to spawn for validation. Default is 4. 'auto' to use CPU count.
76
+
-x, --no-strict Disable strict mode, unexpected elements in the data will be accepted.
76
77
-v, --verbose show verbose information
77
78
-V, --version show program's version number and exit
0 commit comments