Skip to content

Commit

Permalink
Fix a build error
Browse files Browse the repository at this point in the history
This commit fixes the following build error:

```console
Failures:

  1) RuboCop Project Changelog entry contributor name has a unique contributor name
     Failure/Error: expect(contributor_names.uniq.size).to eq contributor_names.size

       expected: 621
            got: 620

       (compared using ==)
     Shared Example Group: "has Changelog format" called from ./spec/project_spec.rb:280
```

https://github.com/rubocop/rubocop/actions/runs/5355047135/jobs/9712842760
  • Loading branch information
koic committed Jun 23, 2023
1 parent 0be62c2 commit 08dbb42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7171,4 +7171,3 @@
[@nevans]: https://github.com/nevans
[@iMacTia]: https://github.com/iMacTia
[@rwstauner]: https://github.com/rwstauner
[@rwstauner]: https://github.com/rwstauner

2 comments on commit 08dbb42

@bbatsov
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You saw this even faster than me. :D

@koic
Copy link
Member Author

@koic koic commented on 08dbb42 Jun 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I received an email notification of a build failure :-)

Please sign in to comment.