Skip to content

Commit

Permalink
docs: update documentation for skip validation option
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF committed Aug 17, 2022
1 parent ceaa5f8 commit 09ed5f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ times, then the compiler will attempt to merge the configs together.

`--validate` - If set, only runs the configuration check, linting and post-validation steps. Does not output files.

`--skip-validation` - If set, the compiler will skip the post-parse validation phase of compilation,
`--skip-validation` - If set, the compiler will skip the post-parse validation phase of compilation.
If running in full compilation mode, will still produce output.

`--strip-comments` - If set, any comments in the input will be removed. If an empty line is leftover, it will be discarded.

Expand Down

0 comments on commit 09ed5f5

Please sign in to comment.