diff --git a/.golangci.yml b/.golangci.yml index 35b87819a..a0dcb7b80 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -104,3 +104,7 @@ issues: text: "parameter 'tx' seems to be unused, consider removing or renaming it as" linters: - revive + - path: pkg/models/typesense.go + text: 'structtag: struct field Position repeats json tag "position" also at' + linters: + - govet diff --git a/frontend/src/components/input/editor/TipTap.vue b/frontend/src/components/input/editor/TipTap.vue index 3c1431064..bb6e25ae7 100644 --- a/frontend/src/components/input/editor/TipTap.vue +++ b/frontend/src/components/input/editor/TipTap.vue @@ -345,7 +345,7 @@ const editor = useEditor({ } return true }, - } + } }, }), Heading,