forked from rubocop/rubocop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
125 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
### New features | ||
|
||
* `Debugger` cop now checks catches methods called with arguments. ([@crazydog115][]) | ||
|
||
### Bugs fixed | ||
|
||
* Make it possible to disable `Lint/UnneededDisable`. ([@jonas054][]) | ||
* [#1958](https://github.com/bbatsov/rubocop/issues/1958): Show name of `Lint/UnneededDisable` when `-D/--display-cop-names` is given. ([@jonas054][]) | ||
* Do not show `Style/NonNilCheck` offenses as corrected when the source code is not modified. ([@rrosenblum][]) | ||
* Fix auto-correct in `Style/RedundantReturn` when `return` has no arguments. ([@lumeet][]) | ||
* [#1955](https://github.com/bbatsov/rubocop/issues/1955): Fix false positive for `Style/TrailingComma` cop. ([@mattjmcnaughton][]) | ||
* [#1928](https://github.com/bbatsov/rubocop/issues/1928): Avoid auto-correcting two alignment offenses in the same area at the same time. ([@jonas054][]) | ||
* [#1964](https://github.com/bbatsov/rubocop/issues/1964): Fix `RedundantBegin` auto-correct issue with comments by doing a smaller correction. ([@jonas054][]) | ||
* [#1978](https://github.com/bbatsov/rubocop/pull/1978): Don't count disabled offences if fail-level is autocorrect. ([@sch1zo][]) | ||
* [#1986](https://github.com/bbatsov/rubocop/pull/1986): Fix Date false positives on variables. ([@palkan][]) | ||
|
||
### Changes | ||
|
||
* [#1708](https://github.com/bbatsov/rubocop/issues/1708): Improve message for `FirstParameterIndentation`. ([@tejasbubane][]) | ||
* [#1959](https://github.com/bbatsov/rubocop/issues/1959): Allow `Lint/UnneededDisable` to be inline disabled. ([@rrosenblum][]) | ||
|
||
[@bbatsov]: https://github.com/bbatsov | ||
[@jonas054]: https://github.com/jonas054 | ||
[@yujinakayama]: https://github.com/yujinakayama | ||
[@dblock]: https://github.com/dblock | ||
[@nevir]: https://github.com/nevir | ||
[@daviddavis]: https://github.com/daviddavis | ||
[@sds]: https://github.com/sds | ||
[@fancyremarker]: https://github.com/fancyremarker | ||
[@sinisterchipmunk]: https://github.com/sinisterchipmunk | ||
[@vonTronje]: https://github.com/vonTronje | ||
[@agrimm]: https://github.com/agrimm | ||
[@pmenglund]: https://github.com/pmenglund | ||
[@chulkilee]: https://github.com/chulkilee | ||
[@codez]: https://github.com/codez | ||
[@emou]: https://github.com/emou | ||
[@skanev]: http://github.com/skanev | ||
[@claco]: http://github.com/claco | ||
[@rifraf]: http://github.com/rifraf | ||
[@scottmatthewman]: https://github.com/scottmatthewman | ||
[@ma2gedev]: http://github.com/ma2gedev | ||
[@jeremyolliver]: https://github.com/jeremyolliver | ||
[@hannestyden]: https://github.com/hannestyden | ||
[@geniou]: https://github.com/geniou | ||
[@jkogara]: https://github.com/jkogara | ||
[@tmorris-fiksu]: https://github.com/tmorris-fiksu | ||
[@mockdeep]: https://github.com/mockdeep | ||
[@hiroponz]: https://github.com/hiroponz | ||
[@tamird]: https://github.com/tamird | ||
[@fshowalter]: https://github.com/fshowalter | ||
[@cschramm]: https://github.com/cschramm | ||
[@bquorning]: https://github.com/bquorning | ||
[@bcobb]: https://github.com/bcobb | ||
[@irrationalfab]: https://github.com/irrationalfab | ||
[@tommeier]: https://github.com/tommeier | ||
[@sfeldon]: https://github.com/sfeldon | ||
[@biinari]: https://github.com/biinari | ||
[@barunio]: https://github.com/barunio | ||
[@molawson]: https://github.com/molawson | ||
[@wndhydrnt]: https://github.com/wndhydrnt | ||
[@ggilder]: https://github.com/ggilder | ||
[@salbertson]: https://github.com/salbertson | ||
[@camilleldn]: https://github.com/camilleldn | ||
[@mcls]: https://github.com/mcls | ||
[@yous]: https://github.com/yous | ||
[@vrthra]: https://github.com/vrthra | ||
[@SkuliOskarsson]: https://github.com/SkuliOskarsson | ||
[@jspanjers]: https://github.com/jspanjers | ||
[@sch1zo]: https://github.com/sch1zo | ||
[@smangelsdorf]: https://github.com/smangelsdorf | ||
[@mvz]: https://github.com/mvz | ||
[@jfelchner]: https://github.com/jfelchner | ||
[@janraasch]: https://github.com/janraasch | ||
[@jcarbo]: https://github.com/jcarbo | ||
[@oneamtu]: https://github.com/oneamtu | ||
[@toy]: https://github.com/toy | ||
[@Koronen]: https://github.com/Koronen | ||
[@blainesch]: https://github.com/blainesch | ||
[@marxarelli]: https://github.com/marxarelli | ||
[@katieschilling]: https://github.com/katieschilling | ||
[@kakutani]: https://github.com/kakutani | ||
[@rrosenblum]: https://github.com/rrosenblum | ||
[@mattjmcnaughton]: https://github.com/mattjmcnaughton | ||
[@huerlisi]: https://github.com/huerlisi | ||
[@volkert]: https://github.com/volkert | ||
[@lumeet]: https://github.com/lumeet | ||
[@mmozuras]: https://github.com/mmozuras | ||
[@d4rk5eed]: https://github.com/d4rk5eed | ||
[@cshaffer]: https://github.com/cshaffer | ||
[@eitoball]: https://github.com/eitoball | ||
[@iainbeeston]: https://github.com/iainbeeston | ||
[@pimterry]: https://github.com/pimterry | ||
[@palkan]: https://github.com/palkan | ||
[@jdoconnor]: https://github.com/jdoconnor | ||
[@meganemura]: https://github.com/meganemura | ||
[@zvkemp]: https://github.com/zvkemp | ||
[@vassilevsky]: https://github.com/vassilevsky | ||
[@gerry3]: https://github.com/gerry3 | ||
[@ypresto]: https://github.com/ypresto | ||
[@clowder]: https://github.com/clowder | ||
[@mudge]: https://github.com/mudge | ||
[@mzp]: https://github.com/mzp | ||
[@bankair]: https://github.com/bankair | ||
[@crimsonknave]: https://github.com/crimsonknave | ||
[@renuo]: https://github.com/renuo | ||
[@sdeframond]: https://github.com/sdeframond | ||
[@til]: https://github.com/til | ||
[@carhartl]: https://github.com/carhartl | ||
[@dylandavidson]: https://github.com/dylandavidson | ||
[@tmr08c]: https://github.com/tmr08c | ||
[@hbd225]: https://github.com/hbd225 | ||
[@l8nite]: https://github.com/l8nite | ||
[@sumeet]: https://github.com/sumeet | ||
[@ojab]: https://github.com/ojab | ||
[@chastell]: https://github.com/chastell | ||
[@glasnt]: https://github.com/glasnt | ||
[@crazydog115]: https://github.com/crazydog115 | ||
[@RGBD]: https://github.com/RGBD | ||
[@panthomakos]: https://github.com/panthomakos | ||
[@matugm]: https://github.com/matugm | ||
[@m1foley]: https://github.com/m1foley | ||
[@tejasbubane]: https://github.com/tejasbubane |