From f9b42c3799e351286fa33a992c447292196ac17a Mon Sep 17 00:00:00 2001 From: Andy Pfister Date: Sat, 4 Jan 2025 00:24:51 +0100 Subject: [PATCH] Add little comment about standardrb in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f0af29f6..c0e61362 100644 --- a/README.md +++ b/README.md @@ -446,6 +446,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. + ## Docker Builds 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