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