Skip to content

Commit

Permalink
Add comment about standardrb usage to README
Browse files Browse the repository at this point in the history
  • Loading branch information
andyundso committed Feb 4, 2025
1 parent 53c8f0e commit 9bcc011
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,10 @@ $ rake TINYTDS_UNIT_DATASERVER=mydbserver TINYTDS_SCHEMA=sqlserver_2017
$ rake TINYTDS_UNIT_HOST=mydb.host.net TINYTDS_SCHEMA=sqlserver_azure
```

### Code formatting

We are using `standardrb` to format our code. Just run `bundle exec standardrb --fix` to format all Ruby files.

### Compiling Gems for Windows and Linux

> [!WARNING]
Expand Down

0 comments on commit 9bcc011

Please sign in to comment.