mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
lint: Enable "testifylint" linter.
This commit is contained in:
parent
d8d17734cb
commit
8510ce45f3
1 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ linters:
|
|||
- paralleltest
|
||||
- perfsprint
|
||||
- revive
|
||||
- testifylint
|
||||
settings:
|
||||
errchkjson:
|
||||
check-error-free-encoding: true
|
||||
|
|
@ -54,6 +55,9 @@ linters:
|
|||
- name: unreachable-code
|
||||
- name: use-any
|
||||
- name: redefines-builtin-id
|
||||
testifylint:
|
||||
disable:
|
||||
- require-error
|
||||
exclusions:
|
||||
generated: lax
|
||||
presets:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue