Skip to content

Commit 7c0f025

Browse files
committed
🚨 Linting
1 parent 36bb42a commit 7c0f025

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.rubocop_gradual.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"lib/snaky_hash/snake.rb:1580566753": [
66
[19, 7, 1909, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2316609805]
77
],
8-
"snaky_hash.gemspec:3697348532": [
8+
"snaky_hash.gemspec:2542342977": [
99
[4, 23, 12, "Gemspec/RubyVersionGlobalsUsage: Do not use `RUBY_VERSION` in gemspec file.", 31296028]
1010
],
1111
"spec/shared_contexts/base_hash.rb:829438978": [

spec/snaky_hash/string_keyed_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
skip_for(
1212
engine: "ruby",
1313
versions: %w(2.2.10 2.3.8 2.4.10),
14-
reason: "transform_keys is not available in these versions of Ruby"
14+
reason: "transform_keys is not available in these versions of Ruby",
1515
)
1616
a = described_class.new(asd: "asd")
1717
b = a.transform_keys(&:to_s)

spec/snaky_hash/symbol_keyed_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
skip_for(
1212
engine: "ruby",
1313
versions: %w(2.2.10 2.3.8 2.4.10),
14-
reason: "transform_keys is not available in these versions of Ruby"
14+
reason: "transform_keys is not available in these versions of Ruby",
1515
)
1616
a = described_class.new("asd" => "asd")
1717
b = a.transform_keys(&:to_sym)

0 commit comments

Comments
 (0)