From 87cb40002e3468975d8c10038b71772e140d23ac Mon Sep 17 00:00:00 2001 From: Ryan Rotter Date: Tue, 23 Apr 2024 23:40:11 -0400 Subject: [PATCH] document running linter w/ test-bot Maybe this should be obvious, but as a first time committer it took me a few rounds of CI fails before I figured out how to get this check to run locally. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 549eca6e4..c6ef02adc 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ Note: based on these criteria, we would not accept e.g. Whalebrew (but have no p ## Tests Tests can be run with `bundle install && bundle exec rspec`. +Syntax linting can be run with `brew style homebrew/bundle`. ## Copyright