Skip to content

Releases: igray/ruby-lsp-reek

0.3.1

21 Nov 14:08
b1e2e26
Compare
Choose a tag to compare

Bug fix from 0.3.0. In that version, this was not linting the current code in the editor, it was only linting what was saved on the filesystem. This version now both obeys the directories configuration in your .reek.yml as well as lints what is currently in the editor.

0.3.0

21 Nov 04:14
d1c9227
Compare
Choose a tag to compare

What's Changed

Bug fixes:

  • exclude_paths specified in .reek.yml were not excluded
  • Any configuration specified under directories in .reek.yml was not taken into account
  • Builds a new Runner each time Addon is notified of a configuration file change

Full Changelog: 0.2.0...0.3.0

0.2.0

11 Aug 19:52
Compare
Choose a tag to compare

First public release

  • Adds Reek warnings to Ruby LSP