rubocop / rubocop-md

RuboCop for Markdown code snippets
MIT License
73 stars 14 forks source link

Fixes the case, when config_store is nil #24

Closed prog-supdex closed 1 year ago

prog-supdex commented 1 year ago

This problem appeared when rubocop-md loaded via .rubocop.yml and used --formater because the Runner is created before plugins (rubocop_ext) is loaded.

Fixes #22

Also, I rewrote the running test through the require section in .rubocop.yml.