chore(ruby): add command to check file syntax

This commit is contained in:
Michele Cereda
2025-05-07 18:31:02 +02:00
parent c174da262a
commit dae84d24ec

View File

@@ -29,6 +29,10 @@ SSL_CERT_FILE='path/to/ssl.cert'
<summary>Usage</summary>
```sh
# Check file syntax.
# Does *not* run the code.
ruby -c '/etc/gitlab/gitlab.rb'
# Create ruby gems from code.
gem build