A Solargraph plugin that surfaces yard-lint offenses as LSP diagnostics in your editor.
solargraph-yard-lint-demo.mp4
Add to your project's Gemfile:
group :development do
gem 'solargraph'
gem 'solargraph-yard-lint'
endThen bundle install.
Add to your project's .solargraph.yml:
plugins:
+ - solargraph-yard-lint
reporters:
+ - yard_lintRestart your Solargraph language server. YARD documentation offenses will appear as diagnostics in your editor.
Configure yard-lint itself via .yard-lint.yml in your project root — see
yard-lint's documentation for details.
Bug reports and pull requests are welcome at github.com/lekemula/solargraph-yard-lint.
bundle install
bundle exec rspec
bundle exec rubocop
bundle exec yard-lint lib/Please run the full check suite locally before opening a PR — CI runs the same three commands. New behavior should come with specs.
MIT