chore: fix ruby linting issues (#6614)

This commit is contained in:
Marco Ferrari 2025-02-26 10:36:42 +01:00 committed by GitHub
parent b301205c5e
commit f7cbf336aa
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194
2 changed files with 80 additions and 79 deletions

View file

@ -298,6 +298,7 @@ fix-codebase: ## Fix and format the entire codebase
-e FIX_MARKDOWN=true \ -e FIX_MARKDOWN=true \
-e FIX_MARKDOWN_PRETTIER=true \ -e FIX_MARKDOWN_PRETTIER=true \
-e FIX_NATURAL_LANGUAGE=true \ -e FIX_NATURAL_LANGUAGE=true \
-e FIX_RUBY=true \
-e FIX_SHELL_SHFMT=true \ -e FIX_SHELL_SHFMT=true \
-e FIX_YAML_PRETTIER=true \ -e FIX_YAML_PRETTIER=true \
-e GITLEAKS_CONFIG_FILE=".gitleaks-ignore-tests.toml" \ -e GITLEAKS_CONFIG_FILE=".gitleaks-ignore-tests.toml" \