Skip to content

Commit f9b42c3

Browse files
committed
Add little comment about standardrb in README
1 parent 834493b commit f9b42c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,10 @@ $ rake TINYTDS_UNIT_DATASERVER=mydbserver TINYTDS_SCHEMA=sqlserver_2017
446446
$ rake TINYTDS_UNIT_HOST=mydb.host.net TINYTDS_SCHEMA=sqlserver_azure
447447
```
448448

449+
### Code formatting
450+
451+
We are using `standardrb` to format our code. Just run `bundle exec standardrb --fix` to format all Ruby files.
452+
449453
## Docker Builds
450454

451455
If you use a [multi stage](https://docs.docker.com/develop/develop-images/multistage-build/) Docker build to assemble your gems in one phase and then copy your app and gems

0 commit comments

Comments
 (0)