|
| 1 | +# This configuration was generated by |
| 2 | +# `rubocop --auto-gen-config` |
| 3 | +# on 2021-09-17 11:44:51 UTC using RuboCop version 1.18.4. |
| 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 | +# Cop supports --auto-correct. |
| 11 | +Layout/EmptyLines: |
| 12 | + Exclude: |
| 13 | + - 'spec/jekyll-feed_spec.rb' |
| 14 | + |
| 15 | +# Offense count: 15 |
| 16 | +# Cop supports --auto-correct. |
| 17 | +# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. |
| 18 | +# URISchemes: http, https |
| 19 | +Layout/LineLength: |
| 20 | + Max: 144 |
| 21 | + |
| 22 | +# Offense count: 3 |
| 23 | +# Configuration parameters: AllowedMethods. |
| 24 | +# AllowedMethods: enums |
| 25 | +Lint/ConstantDefinitionInBlock: |
| 26 | + Exclude: |
| 27 | + - 'spec/jekyll-feed_spec.rb' |
| 28 | + - 'spec/spec_helper.rb' |
| 29 | + |
| 30 | +# Offense count: 3 |
| 31 | +# Cop supports --auto-correct. |
| 32 | +Performance/RegexpMatch: |
| 33 | + Exclude: |
| 34 | + - 'spec/jekyll-feed_spec.rb' |
| 35 | + |
| 36 | +# Offense count: 2 |
| 37 | +# Cop supports --auto-correct. |
| 38 | +# Configuration parameters: AutoCorrect. |
| 39 | +Performance/StringInclude: |
| 40 | + Exclude: |
| 41 | + - 'spec/jekyll-feed_spec.rb' |
| 42 | + |
| 43 | +# Offense count: 2 |
| 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 | + - 'spec/jekyll-feed_spec.rb' |
| 50 | + |
| 51 | +# Offense count: 7 |
| 52 | +# Cop supports --auto-correct. |
| 53 | +# Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline. |
| 54 | +# SupportedStyles: single_quotes, double_quotes |
| 55 | +Style/StringLiterals: |
| 56 | + Exclude: |
| 57 | + - 'spec/jekyll-feed_spec.rb' |
| 58 | + |
| 59 | +# Offense count: 5 |
| 60 | +# Cop supports --auto-correct. |
| 61 | +# Configuration parameters: EnforcedStyleForMultiline. |
| 62 | +# SupportedStylesForMultiline: comma, consistent_comma, no_comma |
| 63 | +Style/TrailingCommaInHashLiteral: |
| 64 | + Exclude: |
| 65 | + - 'spec/jekyll-feed_spec.rb' |
0 commit comments