Skip to content

Instantly share code, notes, and snippets.

@collindonnell
Created August 16, 2023 22:09
Show Gist options
  • Save collindonnell/e95522ce69720f37c04d28b579529a14 to your computer and use it in GitHub Desktop.
Save collindonnell/e95522ce69720f37c04d28b579529a14 to your computer and use it in GitHub Desktop.
Lint With Rubocop for BBEdit
#!/usr/bin/env zsh
rubocop --format emacs $BB_DOC_PATH | sed 's/W:/warning:/g' | sed 's/C:/note:/g' | sed 's/F:/error:/g' | bbresults -p gcc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment