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
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ To build these, run `npm run pkg` in the root. The binaries (lint-openapi-linux
62
62
63
63
#### [options]
64
64
- -s (--report_statistics) : Print a simple report at the end of the output showing the frequency, in percentage, of each error/warning.
65
+
- -e (--errors_only) : Only print the errors, ignore the warnings.
65
66
- -d (--default_mode) : This option turns off [configuration](#configuration) and runs the validator in [default mode](#default-mode).
66
67
- -p (--print_validator_modules) : Print the name of the validator source file the error/warning was caught it. This can be helpful for developing validations.
67
68
- -n (--no_colors) : The output is colored by default. If this bothers you, this flag will turn off the coloring.
0 commit comments