|
| 1 | +# This configuration was generated by |
| 2 | +# `rubocop --auto-gen-config` |
| 3 | +# on 2022-01-25 23:29:33 UTC using RuboCop version 1.22.2. |
| 4 | +# The point is for the user to remove these configuration records |
| 5 | +# one by one as the offenses are removed from the code base. |
| 6 | +# Note that changes in the inspected code, or installation of new |
| 7 | +# versions of RuboCop, may require this file to be generated again. |
| 8 | + |
| 9 | +# Offense count: 1 |
| 10 | +# Configuration parameters: Include. |
| 11 | +# Include: **/*.gemspec |
| 12 | +Gemspec/RequiredRubyVersion: |
| 13 | + Exclude: |
| 14 | + - 'ruby_http_client.gemspec' |
| 15 | + |
| 16 | +# Offense count: 1 |
| 17 | +# Cop supports --auto-correct. |
| 18 | +# Configuration parameters: AllowAliasSyntax, AllowedMethods. |
| 19 | +# AllowedMethods: alias_method, public, protected, private |
| 20 | +Layout/EmptyLinesAroundAttributeAccessor: |
| 21 | + Exclude: |
| 22 | + - 'lib/ruby_http_client.rb' |
| 23 | + |
| 24 | +# Offense count: 1 |
| 25 | +# Cop supports --auto-correct. |
| 26 | +# Configuration parameters: EnforcedStyle. |
| 27 | +# SupportedStyles: final_newline, final_blank_line |
| 28 | +Layout/TrailingEmptyLines: |
| 29 | + Exclude: |
| 30 | + - 'Gemfile' |
| 31 | + |
| 32 | +# Offense count: 1 |
| 33 | +Lint/MissingSuper: |
| 34 | + Exclude: |
| 35 | + - 'test/test_ruby_http_client.rb' |
| 36 | + |
| 37 | +# Offense count: 1 |
| 38 | +# Cop supports --auto-correct. |
| 39 | +Lint/RedundantCopDisableDirective: |
| 40 | + Exclude: |
| 41 | + - 'lib/ruby_http_client.rb' |
| 42 | + |
| 43 | +# Offense count: 1 |
| 44 | +# Cop supports --auto-correct. |
| 45 | +# Configuration parameters: EnforcedStyle, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols. |
| 46 | +# SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys |
| 47 | +Style/HashSyntax: |
| 48 | + Exclude: |
| 49 | + - 'Gemfile' |
| 50 | + |
| 51 | +# Offense count: 4 |
| 52 | +# Cop supports --auto-correct. |
| 53 | +# Configuration parameters: Mode. |
| 54 | +Style/StringConcatenation: |
| 55 | + Exclude: |
| 56 | + - 'lib/ruby_http_client.rb' |
| 57 | + - 'test/test_ruby_http_client.rb' |
| 58 | + |
| 59 | +# Offense count: 2 |
| 60 | +# Cop supports --auto-correct. |
| 61 | +# Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline. |
| 62 | +# SupportedStyles: single_quotes, double_quotes |
| 63 | +Style/StringLiterals: |
| 64 | + Exclude: |
| 65 | + - 'Gemfile' |
0 commit comments