mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-06 10:04:43 +08:00
Updated to latest golint
This commit is contained in:
@@ -19,7 +19,7 @@ func kindToText(kind Kind) string {
|
||||
}
|
||||
}
|
||||
|
||||
func getKindOperator(d *dataTreeNavigator, context Context, expressionNode *ExpressionNode) (Context, error) {
|
||||
func getKindOperator(_ *dataTreeNavigator, context Context, _ *ExpressionNode) (Context, error) {
|
||||
log.Debugf("GetKindOperator")
|
||||
|
||||
var results = list.New()
|
||||
|
||||
Reference in New Issue
Block a user