Skip to content

Commit 3af6faf

Browse files
committed
Update "Development" section of README to mention linting
1 parent 0e6476f commit 3af6faf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,9 @@ Then, run `bundle exec rake test:integration:prepare` to set up the integration
176176
test environment and run `script/test` to run the tests. By default, that will
177177
exercise the `demo_app` example application. To exercise a different example
178178
application, set the `EXAMPLE_APP` environment variable to the corresponding
179-
directory name (e.g. `EXAMPLE_APP=demo_app-rollup`). You can also run
180-
`script/console` for an interactive prompt that will allow you to experiment.
179+
directory name (e.g. `EXAMPLE_APP=demo_app-rollup`). To lint the code, run
180+
`script/lint`. You can also run `script/console` for an interactive prompt that
181+
will allow you to experiment.
181182

182183
To install this gem onto your local machine, run `bundle exec rake install`. To
183184
release a new version, update the version number in `version.rb`, and then run

0 commit comments

Comments
 (0)