Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mfederowicz committed Jan 29, 2025
1 parent 1d6089e commit 2ea5080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion revivelib/core_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func TestReviveLintExcludeWithRegexp(t *testing.T) {
revive := getMockRevive(t)

// ACT
files := []string{}
files := []string{"../testdata/if_return.go"}
excludePatterns := []string{"*return*"}
packages := []*revivelib.LintPattern{}
for _, file := range files {
Expand Down

0 comments on commit 2ea5080

Please sign in to comment.