fix: lint
This commit is contained in:
parent
77e95642a9
commit
7d755fcb89
@ -104,3 +104,7 @@ issues:
|
|||||||
text: "parameter 'tx' seems to be unused, consider removing or renaming it as"
|
text: "parameter 'tx' seems to be unused, consider removing or renaming it as"
|
||||||
linters:
|
linters:
|
||||||
- revive
|
- revive
|
||||||
|
- path: pkg/models/typesense.go
|
||||||
|
text: 'structtag: struct field Position repeats json tag "position" also at'
|
||||||
|
linters:
|
||||||
|
- govet
|
||||||
|
@ -345,7 +345,7 @@ const editor = useEditor({
|
|||||||
}
|
}
|
||||||
return true
|
return true
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
Heading,
|
Heading,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user