Skip to content

rvben/homebrew-rumdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

212 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebrew-rumdl

Homebrew tap for rumdl - A fast Rust-based Markdown linter with real-time diagnostics and auto-fixes.

Installation

brew tap rvben/rumdl
brew install rumdl

Or install directly:

brew install rvben/rumdl/rumdl

Updating

To update rumdl to the latest version:

brew update
brew upgrade rumdl

Uninstallation

brew uninstall rumdl
brew untap rvben/rumdl

Features

rumdl provides:

  • 🚀 Fast Performance: Written in Rust for speed and efficiency
  • 📝 50+ Linting Rules: Comprehensive Markdown validation with MD001-MD058
  • 🔧 Auto-fix Support: Automatically fix many common issues
  • 🎯 Smart Defaults: Sensible configuration out of the box
  • 🔌 Editor Integration: LSP support for VS Code, Neovim, and other editors
  • 🐍 Python Bindings: Install via pip for Python integration
  • 📊 Multiple Output Formats: JSON, SARIF, GitHub, GitLab, and more

Usage

Check a single file:

rumdl check README.md

Check and auto-fix issues:

rumdl check --fix README.md

Check all Markdown files in a directory:

rumdl check .

For more information, visit the main repository.

Issues

If you encounter any issues with the Homebrew formula, please file an issue in this repository.

For issues with rumdl itself, please use the main repository's issue tracker.

License

The formula in this repository is licensed under the MIT License.

rumdl itself is also licensed under the MIT License.

About

Homebrew tap for rumdl - Fast Rust-based Markdown linter

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors