Skip to content

Releases: rubocop/rubocop-md

1.0.0

24 Dec 08:31
Compare
Choose a tag to compare

Changes

  • RuboCop 1.0+ and Ruby 2.5+ are required.
  • Added new Lint cops exclusions to the default config.

0.2.0

16 Jan 14:55
Compare
Choose a tag to compare

Minor release with new configuration options and small fixes:

  • Added Autodetect config option which allows to skip unmarked code blocks when set to false; it is true by default.
  • WarnInvalid: true only takes into account explicit Ruby code blocks (i.e. with code attribute).
  • Fixed skipping code blocks in the end of the file when there is no more lines.