Skip to content

Commit 33151f4

Browse files
committed
fix linting error
Signed-off-by: Sylwester Piskozub <sylwesterpiskozub@gmail.com>
1 parent 1c5e1ae commit 33151f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/cli/cmd/policy_develop_lint.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func newPolicyDevelopLintCmd() *cobra.Command {
3434
Long: `Performs comprehensive validation of:
3535
- *.yaml files (schema validation)
3636
- *.rego (formatting, linting, structure)`,
37-
RunE: func(cmd *cobra.Command, args []string) error {
37+
RunE: func(cmd *cobra.Command, _ []string) error {
3838
a, err := action.NewPolicyLint(actionOpts)
3939
if err != nil {
4040
return fmt.Errorf("failed to initialize linter: %w", err)

0 commit comments

Comments
 (0)