Back to Rubocop

V0.34.1

relnotes/v0.34.1.md

1.86.15.6 KB
Original Source

RuboCop 0.34.1

Bug Fixes

  • #2212: Handle methods without parentheses in auto-correct. (@karreiro)
  • #2214: Fix File name too long error when STDIN option is provided. (@mrfoto)
  • #2217: Allow block arguments in Style/SymbolProc. (@lumeet)
  • #2213: Write to cache with binary encoding to avoid transcoding exceptions in some locales. (@jonas054)
  • #2218: Fix loading config error when safe yaml is only partially loaded. (@maxjacobson)
  • #2161: Allow an explicit receiver (except Kernel) in Style/SignalException. (@lumeet)