File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ Expect more docs soon...
29
29
1 . [ Getting started] ( getting-started.md )
30
30
1 . [ How does it work?] ( how-does-it-work.md )
31
31
1 . [ Configuration — codechecks.yml/json/ts/js] ( configuration.md )
32
+ 1 . CLI options
32
33
1 . [ Checks (plugins) development] ( developing-checks.md )
33
34
1 . Developing reusable checks
34
35
1 . Testing checks
Original file line number Diff line number Diff line change @@ -81,3 +81,8 @@ It's the same as YML config but written in JSON.
81
81
If you want to execute arbitrary logic this is the way to go. The only thing you need to do is
82
82
export async function from your module. We support es6 named export `main`, default export and
83
83
commonjs export.
84
+
85
+ # # CLI
86
+
87
+ - ` --fail-fast` — stops running checks after the first failure, works only in local mode. CLI exits
88
+ with non-zero code. This might be useful for executing codechecks in precommit hooks.
You can’t perform that action at this time.
0 commit comments