Skip to content

Commit ddb63b5

Browse files
committed
Rubocop
1 parent c0e6438 commit ddb63b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.rubocop.yml

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ Layout/LineLength:
1212
Exclude:
1313
- "**/*.gemspec"
1414

15+
Lint/AmbiguousOperator:
16+
# https://github.com/rubocop/rubocop/issues/4294
17+
Exclude:
18+
- "lib/openai/client.rb"
19+
1520
Metrics/AbcSize:
1621
Max: 20
1722

0 commit comments

Comments
 (0)