-
-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
238 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,98 @@ | ||
# This configuration was generated by | ||
# `rubocop --auto-gen-config` | ||
# on 2022-07-21 13:04:05 -0500 using RuboCop version 0.75.0. | ||
# on 2023-09-17 09:23:21 UTC using RuboCop version 1.12.1. | ||
# The point is for the user to remove these configuration records | ||
# one by one as the offenses are removed from the code base. | ||
# Note that changes in the inspected code, or installation of new | ||
# versions of RuboCop, may require this file to be generated again. | ||
|
||
# Offense count: 2 | ||
# Configuration parameters: AllowComments, AllowEmptyLambdas. | ||
Lint/EmptyBlock: | ||
Exclude: | ||
- 'spec/iex/client_spec.rb' | ||
- 'spec/iex/config/logger_spec.rb' | ||
|
||
# Offense count: 65 | ||
# Configuration parameters: Prefixes. | ||
# Prefixes: when, with, without | ||
RSpec/ContextWording: | ||
Enabled: false | ||
|
||
# Offense count: 10 | ||
# Cop supports --auto-correct. | ||
# Configuration parameters: SkipBlocks, EnforcedStyle. | ||
# SupportedStyles: described_class, explicit | ||
RSpec/DescribedClass: | ||
Exclude: | ||
- 'spec/iex/config/logger_spec.rb' | ||
- 'spec/iex/resources/resource_spec.rb' | ||
|
||
# Offense count: 29 | ||
# Configuration parameters: CountAsOne. | ||
RSpec/ExampleLength: | ||
Max: 55 | ||
|
||
# Offense count: 3 | ||
RSpec/ExpectInHook: | ||
Exclude: | ||
- 'spec/iex/config/logger_spec.rb' | ||
|
||
# Offense count: 23 | ||
# Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly. | ||
# Include: **/*_spec*rb*, **/spec/**/* | ||
RSpec/FilePath: | ||
Enabled: false | ||
|
||
# Offense count: 51 | ||
RSpec/MultipleExpectations: | ||
Max: 55 | ||
|
||
# Offense count: 347 | ||
# Configuration parameters: IgnoreSharedExamples. | ||
RSpec/NamedSubject: | ||
Enabled: false | ||
|
||
# Offense count: 20 | ||
RSpec/NestedGroups: | ||
Max: 6 | ||
|
||
# Offense count: 2 | ||
RSpec/RepeatedExampleGroupDescription: | ||
Exclude: | ||
- 'spec/iex/resources/resource_spec.rb' | ||
|
||
# Offense count: 1 | ||
# Configuration parameters: IgnoredPatterns. | ||
# SupportedStyles: snake_case, camelCase | ||
RSpec/VariableName: | ||
EnforcedStyle: snake_case | ||
|
||
# Offense count: 1 | ||
# Configuration parameters: AllowedChars. | ||
# AllowedChars: © | ||
Style/AsciiComments: | ||
Exclude: | ||
- 'lib/iex/resources/quote.rb' | ||
|
||
# Offense count: 2 | ||
# Configuration parameters: EnforcedStyle. | ||
# SupportedStyles: annotated, template, unannotated | ||
Style/FormatStringToken: | ||
# Offense count: 4 | ||
# Cop supports --auto-correct. | ||
Style/GlobalStdStream: | ||
Exclude: | ||
- 'lib/iex/resources/resource.rb' | ||
- 'lib/iex/logger.rb' | ||
- 'spec/iex/client_spec.rb' | ||
- 'spec/iex/config/client_spec.rb' | ||
- 'spec/iex/config/logger_spec.rb' | ||
|
||
# Offense count: 1 | ||
# Cop supports --auto-correct. | ||
Style/HashTransformValues: | ||
Exclude: | ||
- 'lib/iex/endpoints/ohlc.rb' | ||
|
||
# Offense count: 7 | ||
# Cop supports --auto-correct. | ||
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. | ||
# URISchemes: http, https | ||
Layout/LineLength: | ||
Max: 221 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.