We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90fa58f commit 1838a74Copy full SHA for 1838a74
fern/products/sdks/overview/ruby/changelog/2025-12-03.mdx
@@ -0,0 +1,8 @@
1
+## 1.0.0-rc58
2
+**`(fix):`** Fix additional RuboCop warnings in generated SDK code:
3
+- Disabled Layout/LineLength cop (long type names and require paths are unavoidable)
4
+- Set Naming/VariableNumber to snake_case style (allows `last_4`, `address_1`, etc.)
5
+- Renamed `get_token` and `get_auth_headers` methods to `token` and `auth_headers`
6
+- Replaced OpenStruct with Struct in iterator tests
7
+
8
0 commit comments