|
| 1 | +# This configuration was generated by |
| 2 | +# `rubocop --auto-gen-config` |
| 3 | +# on 2020-01-16 04:57:18 -1000 using RuboCop version 0.79.0. |
| 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: 3 |
| 10 | +# Cop supports --auto-correct. |
| 11 | +# Configuration parameters: EnforcedStyle, IndentationWidth. |
| 12 | +# SupportedStyles: special_inside_parentheses, consistent, align_braces |
| 13 | +Layout/FirstHashElementIndentation: |
| 14 | + Exclude: |
| 15 | + - 'lib/bullet_train.rb' |
| 16 | + - 'spec/bullet_train_spec.rb' |
| 17 | + |
| 18 | +# Offense count: 8 |
| 19 | +# Cop supports --auto-correct. |
| 20 | +# Configuration parameters: AllowMultipleStyles, EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle. |
| 21 | +# SupportedHashRocketStyles: key, separator, table |
| 22 | +# SupportedColonStyles: key, separator, table |
| 23 | +# SupportedLastArgumentHashStyles: always_inspect, always_ignore, ignore_implicit, ignore_explicit |
| 24 | +Layout/HashAlignment: |
| 25 | + Exclude: |
| 26 | + - 'lib/bullet_train.rb' |
| 27 | + - 'spec/bullet_train_spec.rb' |
| 28 | + |
| 29 | +# Offense count: 2 |
| 30 | +# Cop supports --auto-correct. |
| 31 | +Layout/SpaceAroundKeyword: |
| 32 | + Exclude: |
| 33 | + - 'spec/bullet_train_spec.rb' |
| 34 | + |
| 35 | +# Offense count: 1 |
| 36 | +# Cop supports --auto-correct. |
| 37 | +# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters. |
| 38 | +# SupportedStyles: space, no_space |
| 39 | +# SupportedStylesForEmptyBraces: space, no_space |
| 40 | +Layout/SpaceInsideBlockBraces: |
| 41 | + Exclude: |
| 42 | + - 'Gemfile' |
| 43 | + |
| 44 | +# Offense count: 1 |
| 45 | +# Cop supports --auto-correct. |
| 46 | +# Configuration parameters: IgnoreEmptyBlocks, AllowUnusedKeywordArguments. |
| 47 | +Lint/UnusedBlockArgument: |
| 48 | + Exclude: |
| 49 | + - 'Gemfile' |
| 50 | + |
| 51 | +# Offense count: 1 |
| 52 | +# Configuration parameters: CountComments, ExcludedMethods. |
| 53 | +# ExcludedMethods: refine |
| 54 | +Metrics/BlockLength: |
| 55 | + Max: 111 |
| 56 | + |
| 57 | +# Offense count: 1 |
| 58 | +# Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts, AllowedAcronyms. |
| 59 | +# AllowedAcronyms: CLI, DSL, ACL, API, ASCII, CPU, CSS, DNS, EOF, GUID, HTML, HTTP, HTTPS, ID, IP, JSON, LHS, QPS, RAM, RHS, RPC, SLA, SMTP, SQL, SSH, TCP, TLS, TTL, UDP, UI, UID, UUID, URI, URL, UTF8, VM, XML, XMPP, XSRF, XSS |
| 60 | +Naming/FileName: |
| 61 | + Exclude: |
| 62 | + - 'lib/bullet-train.rb' |
| 63 | + |
| 64 | +# Offense count: 3 |
| 65 | +# Cop supports --auto-correct. |
| 66 | +# Configuration parameters: EnforcedStyle. |
| 67 | +# SupportedStyles: always, never |
| 68 | +Style/FrozenStringLiteralComment: |
| 69 | + Exclude: |
| 70 | + - 'Gemfile' |
| 71 | + - 'Rakefile' |
| 72 | + - 'bullet-train-ruby.gemspec' |
| 73 | + |
| 74 | +# Offense count: 1 |
| 75 | +# Cop supports --auto-correct. |
| 76 | +# Configuration parameters: EnforcedStyle, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols. |
| 77 | +# SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys |
| 78 | +Style/HashSyntax: |
| 79 | + Exclude: |
| 80 | + - 'Rakefile' |
| 81 | + |
| 82 | +# Offense count: 13 |
| 83 | +# Cop supports --auto-correct. |
| 84 | +# Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline. |
| 85 | +# SupportedStyles: single_quotes, double_quotes |
| 86 | +Style/StringLiterals: |
| 87 | + Exclude: |
| 88 | + - 'Gemfile' |
| 89 | + - 'Rakefile' |
| 90 | + - 'bullet-train-ruby.gemspec' |
| 91 | + |
| 92 | +# Offense count: 11 |
| 93 | +# Cop supports --auto-correct. |
| 94 | +# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. |
| 95 | +# URISchemes: http, https |
| 96 | +Layout/LineLength: |
| 97 | + Max: 188 |
0 commit comments