Releases: rubocop/rubocop-md
Releases · rubocop/rubocop-md
1.0.0
0.2.0
Minor release with new configuration options and small fixes:
- Added
Autodetect
config option which allows to skip unmarked code blocks when set tofalse
; it istrue
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.