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 5d29424 commit 2f66ebfCopy full SHA for 2f66ebf
.github/workflows/ci.yml
@@ -24,6 +24,7 @@ jobs:
24
with: { tinygo-version: 0.34.0 }
25
- name: Test WASM
26
run: make wasm
27
+ if: matrix.go != '1.24'
28
lint:
29
name: 📊 Lint and Cover
30
runs-on: ubuntu-latest
spec/function.go
@@ -107,7 +107,6 @@ func (NodesType) writeTo(buf *strings.Builder) {
107
// LogicalType is a JSONPath type that represents true or false.
108
type LogicalType uint8
109
110
-//revive:disable:exported
111
const (
112
LogicalFalse LogicalType = iota // false
113
LogicalTrue // true
0 commit comments