mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 09:23:09 -06:00
Add errcheck linter
This commit is contained in:
parent
fbc4477be0
commit
4cd0f8251a
|
|
@ -14,6 +14,7 @@
|
||||||
"ineffassign",
|
"ineffassign",
|
||||||
"gas",
|
"gas",
|
||||||
"misspell",
|
"misspell",
|
||||||
"unparam"
|
"unparam",
|
||||||
|
"errcheck"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue