Skip to content

Commit 49e3304

Browse files
authored
Bump ruby SDK to 1.1.10 and disable RuboCop (#261)
Update fern/generators.yml to use fernapi/fern-ruby-sdk v1.1.10 (was 1.1.7) and add `rubocopVariableNumberStyle: disabled` to the SchematicHQ generator config. This adjusts the Ruby SDK generator version and disables the RuboCop variable-number styling rule for generated code.
1 parent 4f050b7 commit 49e3304

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

fern/generators.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ groups:
170170
ruby-sdk:
171171
generators:
172172
- name: fernapi/fern-ruby-sdk
173-
version: 1.1.7
173+
version: 1.1.10
174174
output:
175175
location: rubygems
176176
package-name: schematichq
@@ -180,4 +180,6 @@ groups:
180180
mode: pull-request
181181
config:
182182
module: SchematicHQ
183+
rubocopVariableNumberStyle: disabled
184+
183185
smart-casing: false

0 commit comments

Comments
 (0)