We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5e1ae commit 33151f4Copy full SHA for 33151f4
1 file changed
app/cli/cmd/policy_develop_lint.go
@@ -34,7 +34,7 @@ func newPolicyDevelopLintCmd() *cobra.Command {
34
Long: `Performs comprehensive validation of:
35
- *.yaml files (schema validation)
36
- *.rego (formatting, linting, structure)`,
37
- RunE: func(cmd *cobra.Command, args []string) error {
+ RunE: func(cmd *cobra.Command, _ []string) error {
38
a, err := action.NewPolicyLint(actionOpts)
39
if err != nil {
40
return fmt.Errorf("failed to initialize linter: %w", err)
0 commit comments