|
| 1 | +Enjoy all those bug-fixes! |
| 2 | + |
| 3 | +### Bugs fixed |
| 4 | + |
| 5 | +* [#1691](https://github.com/bbatsov/rubocop/issues/1691): For assignments with line break after `=`, use `keyword` alignment in `EndAlignment` regardless of configured style. ([@jonas054][]) |
| 6 | +* [#1769](https://github.com/bbatsov/rubocop/issues/1769): Fix bug where `LiteralInInterpolation` registers an offense for interpolation of `__LINE__`. ([@rrosenblum][]) |
| 7 | +* [#1773](https://github.com/bbatsov/rubocop/pull/1773): Fix typo ('strptime' -> 'strftime') in `Rails/TimeZone`. ([@palkan][]) |
| 8 | +* [#1777](https://github.com/bbatsov/rubocop/pull/1777): Fix offense message from Rails/TimeZone. ([@mzp][]) |
| 9 | +* [#1784](https://github.com/bbatsov/rubocop/pull/1784): Add an explicit error message when config contains an empty section. ([@bankair][]) |
| 10 | +* [#1791](https://github.com/bbatsov/rubocop/pull/1791): Fix autocorrection of `PercentLiteralDelimiters` with no content. ([@cshaffer][]) |
| 11 | +* Fix handling of `while` and `until` with assignment in `IndentationWidth`. ([@lumeet][]) |
| 12 | +* [#1793](https://github.com/bbatsov/rubocop/pull/1793): Fix bug in `TrailingComma` that caused `,` in comment to count as a trailing comma. ([@jonas054][]) |
| 13 | +* [#1765](https://github.com/bbatsov/rubocop/pull/1765): Update 1.9 hash to stop triggering when the symbol is not valid in the 1.9 hash syntax. ([@crimsonknave][]) |
| 14 | +* [#1806](https://github.com/bbatsov/rubocop/issues/1806): Require a newer version of `parser` and use its corrected solution for comment association in `Style/Documentation`. ([@jonas054][]) |
| 15 | +* [#1792](https://github.com/bbatsov/rubocop/issues/1792): Fix bugs in `Sample` that did not account for array selectors with a range and passing random to shuffle. ([@rrosenblum][]) |
| 16 | +* [#1770](https://github.com/bbatsov/rubocop/pull/1770): Add more acceptable methods to `Rails/TimeZone` (`utc`, `localtime`, `to_i`, `iso8601` etc). ([@palkan][]) |
| 17 | +* [#1795](https://github.com/bbatsov/rubocop/pull/1795): Fix bug in `TrailingBlankLines` that caused a crash for files containing only newlines. ([@renuo][]) |
| 18 | + |
| 19 | +[@bbatsov]: https://github.com/bbatsov |
| 20 | +[@jonas054]: https://github.com/jonas054 |
| 21 | +[@yujinakayama]: https://github.com/yujinakayama |
| 22 | +[@dblock]: https://github.com/dblock |
| 23 | +[@nevir]: https://github.com/nevir |
| 24 | +[@daviddavis]: https://github.com/daviddavis |
| 25 | +[@sds]: https://github.com/sds |
| 26 | +[@fancyremarker]: https://github.com/fancyremarker |
| 27 | +[@sinisterchipmunk]: https://github.com/sinisterchipmunk |
| 28 | +[@vonTronje]: https://github.com/vonTronje |
| 29 | +[@agrimm]: https://github.com/agrimm |
| 30 | +[@pmenglund]: https://github.com/pmenglund |
| 31 | +[@chulkilee]: https://github.com/chulkilee |
| 32 | +[@codez]: https://github.com/codez |
| 33 | +[@emou]: https://github.com/emou |
| 34 | +[@skanev]: http://github.com/skanev |
| 35 | +[@claco]: http://github.com/claco |
| 36 | +[@rifraf]: http://github.com/rifraf |
| 37 | +[@scottmatthewman]: https://github.com/scottmatthewman |
| 38 | +[@ma2gedev]: http://github.com/ma2gedev |
| 39 | +[@jeremyolliver]: https://github.com/jeremyolliver |
| 40 | +[@hannestyden]: https://github.com/hannestyden |
| 41 | +[@geniou]: https://github.com/geniou |
| 42 | +[@jkogara]: https://github.com/jkogara |
| 43 | +[@tmorris-fiksu]: https://github.com/tmorris-fiksu |
| 44 | +[@mockdeep]: https://github.com/mockdeep |
| 45 | +[@hiroponz]: https://github.com/hiroponz |
| 46 | +[@tamird]: https://github.com/tamird |
| 47 | +[@fshowalter]: https://github.com/fshowalter |
| 48 | +[@cschramm]: https://github.com/cschramm |
| 49 | +[@bquorning]: https://github.com/bquorning |
| 50 | +[@bcobb]: https://github.com/bcobb |
| 51 | +[@irrationalfab]: https://github.com/irrationalfab |
| 52 | +[@tommeier]: https://github.com/tommeier |
| 53 | +[@sfeldon]: https://github.com/sfeldon |
| 54 | +[@biinari]: https://github.com/biinari |
| 55 | +[@barunio]: https://github.com/barunio |
| 56 | +[@molawson]: https://github.com/molawson |
| 57 | +[@wndhydrnt]: https://github.com/wndhydrnt |
| 58 | +[@ggilder]: https://github.com/ggilder |
| 59 | +[@salbertson]: https://github.com/salbertson |
| 60 | +[@camilleldn]: https://github.com/camilleldn |
| 61 | +[@mcls]: https://github.com/mcls |
| 62 | +[@yous]: https://github.com/yous |
| 63 | +[@vrthra]: https://github.com/vrthra |
| 64 | +[@SkuliOskarsson]: https://github.com/SkuliOskarsson |
| 65 | +[@jspanjers]: https://github.com/jspanjers |
| 66 | +[@sch1zo]: https://github.com/sch1zo |
| 67 | +[@smangelsdorf]: https://github.com/smangelsdorf |
| 68 | +[@mvz]: https://github.com/mvz |
| 69 | +[@jfelchner]: https://github.com/jfelchner |
| 70 | +[@janraasch]: https://github.com/janraasch |
| 71 | +[@jcarbo]: https://github.com/jcarbo |
| 72 | +[@oneamtu]: https://github.com/oneamtu |
| 73 | +[@toy]: https://github.com/toy |
| 74 | +[@Koronen]: https://github.com/Koronen |
| 75 | +[@blainesch]: https://github.com/blainesch |
| 76 | +[@marxarelli]: https://github.com/marxarelli |
| 77 | +[@katieschilling]: https://github.com/katieschilling |
| 78 | +[@kakutani]: https://github.com/kakutani |
| 79 | +[@rrosenblum]: https://github.com/rrosenblum |
| 80 | +[@mattjmcnaughton]: https://github.com/mattjmcnaughton |
| 81 | +[@huerlisi]: https://github.com/huerlisi |
| 82 | +[@volkert]: https://github.com/volkert |
| 83 | +[@lumeet]: https://github.com/lumeet |
| 84 | +[@mmozuras]: https://github.com/mmozuras |
| 85 | +[@d4rk5eed]: https://github.com/d4rk5eed |
| 86 | +[@cshaffer]: https://github.com/cshaffer |
| 87 | +[@eitoball]: https://github.com/eitoball |
| 88 | +[@iainbeeston]: https://github.com/iainbeeston |
| 89 | +[@pimterry]: https://github.com/pimterry |
| 90 | +[@palkan]: https://github.com/palkan |
| 91 | +[@jdoconnor]: https://github.com/jdoconnor |
| 92 | +[@meganemura]: https://github.com/meganemura |
| 93 | +[@zvkemp]: https://github.com/zvkemp |
| 94 | +[@vassilevsky]: https://github.com/vassilevsky |
| 95 | +[@gerry3]: https://github.com/gerry3 |
| 96 | +[@ypresto]: https://github.com/ypresto |
| 97 | +[@clowder]: https://github.com/clowder |
| 98 | +[@mudge]: https://github.com/mudge |
| 99 | +[@mzp]: https://github.com/mzp |
| 100 | +[@bankair]: https://github.com/bankair |
| 101 | +[@crimsonknave]: https://github.com/crimsonknave |
| 102 | +[@renuo]: https://github.com/renuo |
0 commit comments