forked from vikunja/vikunja
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"
|
||||
linters:
|
||||
- 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
|
||||
},
|
||||
}
|
||||
}
|
||||
},
|
||||
}),
|
||||
Heading,
|
||||
|
Loading…
x
Reference in New Issue
Block a user