Skip to content

Commit

Permalink
Fix unit test description for comma-separated linter list
Browse files Browse the repository at this point in the history
  • Loading branch information
796RCP92VZ committed Mar 19, 2024
1 parent 9b91a49 commit ab34302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/golinters/nolintlint/nolintlint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func foo() {
},
},
{
desc: "spaces are allowed in comma-separated list of linters",
desc: "spaces are not allowed in comma-separated list of linters",
contents: `
package bar
Expand Down

0 comments on commit ab34302

Please sign in to comment.