Changelog for
ruby3.1-rubygem-reek-6.1.4-1.16.x86_64.rpm :
* Fri Nov 03 2023 Dan Čermák
- ## 6.1.4 (2023-01-13)
* (mvz) Update parser dependency to the 3.2.x series [#]# 6.1.3 (2022-12-29)
* (gonubana) Allow failing safely when trying to recursively find a configuration
* Wed Dec 07 2022 Stephan Kulow updated to version 6.1.2 see installed CHANGELOG.md [#]# 6.1.2 (2022-11-21)
* (mvz) Add support for keyword nil arguments
* Thu Apr 28 2022 Stephan Kulow updated to version 6.1.1 see installed CHANGELOG.md [#]# 6.1.1 (2022-04-20)
* (ydah) UnusedPrivateMethod to be detect use of methods via `Method#to_proc`
* Tue Jan 25 2022 Stephan Kulow updated to version 6.1.0 see installed CHANGELOG.md [#]# 6.1.0 (2022-01-14)
* (mvz) Drop support for Ruby 2.4 and 2.5
* (mvz) Support Ruby 3.0 and 3.1
* (mvz) Support argument forwarding after regular arguments [#]# 6.0.6 (2021-08-12)
* (mvz) Remove explicit dependency on psych. This fixes an issue where installing Reek would unintentionally pull in psych 4.0 [#]# 6.0.5 (2021-08-01)
* (dependabot) Loosen dependency on psych
* (Nicolás Ferrari) Fix bugs when used by codeclimate
* Thu Jun 24 2021 Stephan Kulow updated to version 6.0.4 see installed CHANGELOG.md [#]# 6.0.4 (2021-04-27)
* (Nicolas Ferrari) Add build-base to Dockerfile
* (Masataka Pocke Kuwabara and Daniel Santos Dantas) Reduce gem package size
* Wed Jan 20 2021 Stephan Kulow updated to version 6.0.3 see installed CHANGELOG.md [#]# 6.0.3 (2021-01-11)
* (mvz) Require parser 3.0
* (mvz) In a refinement, assign smells to the refined module or class [#]# 6.0.3 (2020-10-17)
* (mvz) Loosen dependency on psych. This should resolve installation problems on mingw32
* (Cesario Uy) Fix typo in docs for \"Boolean Parameter\" smell
* (mvz) Set link metadata in gemspec
* Fri Sep 25 2020 Stephan Kulow updated to version 6.0.1 see installed CHANGELOG.md [#]# 6.0.1 (2020-05-26)
* (Maxim Pertsov) Handle absolute paths for directories correctly
* Thu May 07 2020 Stephan Kulow - updated to version 6.0.0 see installed CHANGELOG.md [#]# 6.0.0 (2020-03-30)
* (mvz) Make codeclimate-engine-rb a development dependency
* (mvz) Drop support for Ruby 2.3
* (mvz) Raise error when legacy code comment format is used
* (mvz) Stop reporting NilCheck for safe navigation
* (likeath) Properly handle \"Forward all\" syntax
* Mon Feb 10 2020 Stephan Kulow - updated to version 5.6.0 see installed CHANGELOG.md
* Sun May 05 2019 Stephan Kulow - updated to version 5.4.0 see installed CHANGELOG.md [#]# 5.4.0 (2019-04-24)
* (Philippe Bernery) Enable regex for directory directives.