|
1 | 1 | # This configuration was generated by
|
2 | 2 | # `rubocop --auto-gen-config`
|
3 |
| -# on 2023-02-20 17:21:35 UTC using RuboCop version 1.45.1. |
| 3 | +# on 2023-02-20 17:39:35 UTC using RuboCop version 1.45.1. |
4 | 4 | # The point is for the user to remove these configuration records
|
5 | 5 | # one by one as the offenses are removed from the code base.
|
6 | 6 | # Note that changes in the inspected code, or installation of new
|
7 | 7 | # versions of RuboCop, may require this file to be generated again.
|
8 | 8 |
|
9 |
| -# Offense count: 1 |
10 |
| -# Configuration parameters: Severity, Include. |
11 |
| -# Include: **/*.gemspec |
12 |
| -Gemspec/RequiredRubyVersion: |
13 |
| - Exclude: |
14 |
| - - 'prometheus-api-client.gemspec' |
15 |
| - |
16 | 9 | # Offense count: 1
|
17 | 10 | # This cop supports safe autocorrection (--autocorrect).
|
18 | 11 | Layout/EmptyLineAfterMagicComment:
|
@@ -77,15 +70,6 @@ Style/FrozenStringLiteralComment:
|
77 | 70 | - 'spec/prometheus/api_client_spec.rb'
|
78 | 71 | - 'spec/spec_helper.rb'
|
79 | 72 |
|
80 |
| -# Offense count: 4 |
81 |
| -# This cop supports safe autocorrection (--autocorrect). |
82 |
| -# Configuration parameters: EnforcedStyle, EnforcedShorthandSyntax, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols. |
83 |
| -# SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys |
84 |
| -# SupportedShorthandSyntax: always, never, either, consistent |
85 |
| -Style/HashSyntax: |
86 |
| - Exclude: |
87 |
| - - 'spec/prometheus/api_client/client_spec.rb' |
88 |
| - |
89 | 73 | # Offense count: 1
|
90 | 74 | # This cop supports safe autocorrection (--autocorrect).
|
91 | 75 | # Configuration parameters: PreferredDelimiters.
|
|
0 commit comments