- Fix RuboCop warnings.
- Do no try linting
.mdx
files by default.
- Fix analyzing code blocks with backticks.
- Fix incompatibility when loading the plugin from YAML and using other RuboCop options.
-
Fix parsing compound syntax hints in code snippets.
-
Drop Ruby 2.5 support.
- Ignore offenses in non-code source.
- Exclude
EmptyLineBetweenDefs
for MD files.
- Drop Ruby 2.4 support and require RuboCop 1.0.
- Relax required RuboCop version.
- #10: Drop Ruby 2.3 support (@dominicsayers)
- #9: Add file extensions for Markdown (@ybiquitous)
- Upgrade to RuboCop 0.78 (@palkan)
Change the default config to use the new cop names for (e.g., Layout/LineLength
).
- Drop Ruby 2.2 support (@palkan)