mirror of https://github.com/status-im/consul.git
ci: Add explanation in forbidigo (#12140)
This commit is contained in:
parent
baa45a6987
commit
6cecd35e6e
|
@ -61,8 +61,8 @@ linters-settings:
|
|||
forbidigo:
|
||||
# Forbid the following identifiers (list of regexp).
|
||||
forbid:
|
||||
- '\brequire\.New\b'
|
||||
- '\bassert\.New\b'
|
||||
- '\brequire\.New\b(# Use package-level functions with explicit TestingT)?'
|
||||
- '\bassert\.New\b(# Use package-level functions with explicit TestingT)?'
|
||||
# Exclude godoc examples from forbidigo checks.
|
||||
# Default: true
|
||||
exclude_godoc_examples: false
|
||||
|
|
Loading…
Reference in New Issue