Skip to content

Commit

Permalink
Insert a newline at EOF of CHANGELOG.md
Browse files Browse the repository at this point in the history
This commit fixes the folowing CI failure.

```console
% bundle exec rake

(snip)

  1) RuboCop Project changelog has newline at end of file
     Failure/Error: expect(changelog.end_with?("\n")).to be true

       expected true
            got false
     # ./spec/project_spec.rb:91:in `block (3 levels) in <top (required)>'
```

https://circleci.com/gh/rubocop-hq/rubocop/42229
  • Loading branch information
koic committed Mar 17, 2019
1 parent 5892ed9 commit 706dc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3874,4 +3874,4 @@
[@unasuke]: https://github.com/unasuke
[@elmasantos]: https://github.com/elmasantos
[@luciamo]: https://github.com/luciamo
[@dirtyharrycallahan]: https://github.com/dirtyharrycallahan
[@dirtyharrycallahan]: https://github.com/dirtyharrycallahan

0 comments on commit 706dc52

Please sign in to comment.