mirror of
https://github.com/mgechev/revive.git
synced 2025-11-29 22:28:23 +02:00
fix(deps): update module github.com/mgechev/dots to v1.0.0 (#1358)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Oleksandr Redko <oleksandr.red+github@gmail.com>
This commit is contained in:
@@ -34,7 +34,8 @@ func TestErrorStringsRule_Configure(t *testing.T) {
|
||||
{
|
||||
name: "Invalid function",
|
||||
arguments: lint.Arguments{"errors."},
|
||||
wantErr: errors.New("found invalid custom function: errors."), //nolint:revive // error-strings: it's ok for tests
|
||||
//revive:disable-next-line // error-strings
|
||||
wantErr: errors.New("found invalid custom function: errors."), //nolint:revive // error-strings: it's ok for tests
|
||||
},
|
||||
{
|
||||
name: "Invalid custom function",
|
||||
|
||||
Reference in New Issue
Block a user