1
0
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:
renovate[bot]
2025-05-19 09:29:04 -07:00
committed by GitHub
parent e16f5aa5a6
commit 1c13e455be
4 changed files with 9 additions and 6 deletions

View File

@@ -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",