Skip to content

Latest commit

 

History

History
59 lines (31 loc) · 1.24 KB

CHANGELOG.md

File metadata and controls

59 lines (31 loc) · 1.24 KB

Change log

master (unreleased)

1.2.3 (2024-09-12)

  • Do no try linting .mdx files by default.

1.2.2 (2023-12-01) ❄️

  • Fix analyzing code blocks with backticks.

1.2.1 (2023-10-20)

  • Fix incompatibility when loading the plugin from YAML and using other RuboCop options.

1.2.0 (2023-01-31)

  • Fix parsing compound syntax hints in code snippets.

  • Drop Ruby 2.5 support.

1.1.0 (2022-10-24)

  • Ignore offenses in non-code source.

1.0.1 (2020-12-28)

  • Exclude EmptyLineBetweenDefs for MD files.

1.0.0 (2020-12-24)

  • Drop Ruby 2.4 support and require RuboCop 1.0.

0.4.1 (2020-11-05)

  • Relax required RuboCop version.

0.4.0 (2020-07-03)

0.3.2 (2020-03-18)

0.3.1 (2019-12-25)

  • Upgrade to RuboCop 0.78 (@palkan)

Change the default config to use the new cop names for (e.g., Layout/LineLength).

0.3.0 (2019-05-14)