Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jlurena committed Jul 11, 2024
1 parent 3851a31 commit cfccb06
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,10 @@ docker run --rm -v ${PWD}/coverage:/app/coverage cached_resource_test
Coverage can be found found within `coverage/index.html` after every test run.

### Linter
We unconfigurable linting rules from [Standard](https://github.com/standardrb/standard)
We use unconfigurable linting rules from [Standard](https://github.com/standardrb/standard)

To lint run: `bundle exec rake standard`
To automatically apply linter fixes: `bundle exec rake standard:fix`


## Credit/Inspiration
Expand Down

0 comments on commit cfccb06

Please sign in to comment.