mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-07 02:48:27 +08:00
enable misspell linter
This commit is contained in:
committed by
Mike Farah
parent
3e82171f18
commit
15d7c9e118
@@ -68,7 +68,7 @@ func (p *expressionPostFixerImpl) ConvertToPostfix(infixTokens []*token) ([]*Ope
|
||||
}
|
||||
// now we should have [ as the last element on the opStack, get rid of it
|
||||
opStack = opStack[0 : len(opStack)-1]
|
||||
log.Debugf("deleteing open bracket from opstack")
|
||||
log.Debugf("deleting open bracket from opstack")
|
||||
|
||||
//and append a collect to the result
|
||||
// hack - see if there's the optional traverse flag
|
||||
|
||||
Reference in New Issue
Block a user