Skip to content

Commit 25af938

Browse files
committed
Update rubocop todo
Signed-off-by: Gleb Sinyavskiy <zhulik.gleb@gmail.com>
1 parent a44fa2c commit 25af938

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.rubocop_todo.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
# This configuration was generated by
22
# `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.
44
# The point is for the user to remove these configuration records
55
# one by one as the offenses are removed from the code base.
66
# Note that changes in the inspected code, or installation of new
77
# versions of RuboCop, may require this file to be generated again.
88

9-
# Offense count: 1
10-
# Configuration parameters: Severity, Include.
11-
# Include: **/*.gemspec
12-
Gemspec/RequiredRubyVersion:
13-
Exclude:
14-
- 'prometheus-api-client.gemspec'
15-
169
# Offense count: 1
1710
# This cop supports safe autocorrection (--autocorrect).
1811
Layout/EmptyLineAfterMagicComment:
@@ -77,15 +70,6 @@ Style/FrozenStringLiteralComment:
7770
- 'spec/prometheus/api_client_spec.rb'
7871
- 'spec/spec_helper.rb'
7972

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-
8973
# Offense count: 1
9074
# This cop supports safe autocorrection (--autocorrect).
9175
# Configuration parameters: PreferredDelimiters.

0 commit comments

Comments
 (0)