Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Evsyukov Denis <denis.evsyukov@flant.com>
  • Loading branch information
juev committed Nov 2, 2024
1 parent 11bed2f commit f8c9b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/linters/matrix/matrix.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func New(cfg *config.MatrixSettings) *Matrix {
}
}

func (o *Matrix) Run(m *module.Module) (errors.LintRuleErrorsList, error) {
func (*Matrix) Run(m *module.Module) (errors.LintRuleErrorsList, error) {
var result errors.LintRuleErrorsList

values, err := k8s.ComposeValuesFromSchemas(m)
Expand Down

0 comments on commit f8c9b9e

Please sign in to comment.