Skip to content

Commit 7415db8

Browse files
committed
dev update
1 parent 10124f1 commit 7415db8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

DEVELOPMENT.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Development Guidelines
22

3+
# Setup
4+
5+
Install Watchman (used by Sorbet):
6+
7+
```bash
8+
brew install watchman
9+
```
10+
11+
For other platforms: https://facebook.github.io/watchman/docs/install.html
12+
313
## Code Style and Conventions
414

515
### Module References

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ group :development, :test do
4444
gem 'rspec-sorbet-types', '~> 0.3.0'
4545
gem 'rubocop', '~> 1.21'
4646
gem 'rubocop-rspec', '~> 2.11'
47+
gem 'solargraph'
4748
gem 'sorbet', '~> 0.5'
4849
gem 'sorbet-runtime', '~> 0.5.11874'
4950
gem 'tapioca', '~> 0.16.0'
50-
gem 'watchman'
5151
end

0 commit comments

Comments
 (0)