We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a138afe commit 228de41Copy full SHA for 228de41
cmd/governctl/pr/check/patch.go
@@ -35,6 +35,7 @@ type Patch struct {
35
Output string `long:"output" short:"o" env:"GOVERN_OUTPUT" usage:"Set the output format of choice [table, html, json, yaml]" default:"table"`
36
CheckpatchScript string `long:"checkpatch-script" env:"GOVERN_CHECKPATCH_SCRIPT" usage:"Use an existing checkpatch.pl script"`
37
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)"`
39
BaseBranch string `long:"base" env:"GOVERN_BASE_BRANCH" usage:"Set the base branch name that the PR will be rebased onto"`
40
}
41
0 commit comments