Skip to content

Commit 228de41

Browse files
committed
refactor(checkpatch): Add back deprecated option
Signed-off-by: Cezar Craciunoiu <cezar.craciunoiu@gmail.com>
1 parent a138afe commit 228de41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/governctl/pr/check/patch.go

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ type Patch struct {
3535
Output string `long:"output" short:"o" env:"GOVERN_OUTPUT" usage:"Set the output format of choice [table, html, json, yaml]" default:"table"`
3636
CheckpatchScript string `long:"checkpatch-script" env:"GOVERN_CHECKPATCH_SCRIPT" usage:"Use an existing checkpatch.pl script"`
3737
CheckpatchConf string `long:"checkpatch-conf" env:"GOVERN_CHECKPATCH_CONF" usage:"Use an existing checkpatch.conf file"`
38+
Ignore string `long:"ignore" env:"GOVERN_IGNORE" usage:"DEPRECATED: Set the types which should be ignored by checkpatch (ignored)"`
3839
BaseBranch string `long:"base" env:"GOVERN_BASE_BRANCH" usage:"Set the base branch name that the PR will be rebased onto"`
3940
}
4041

0 commit comments

Comments
 (0)