slimcop 0.18.0 → 0.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 01cb0ace58c5f4edc8457f0a4c036f55c4d434906784aa8918b40b44446a2e1f
4
- data.tar.gz: 3c3a3ea243ca0b7934b98f4fd9fbdfb87c9bbe9c03f1119323bf728b3ad20085
3
+ metadata.gz: db07acf4ac026147b5827e989c90a3fbcc881aacc7302367061e339584fc13e7
4
+ data.tar.gz: 52fb2ecdb023fd03f11fd5fa23caffeee0b3d57da472bc103f4e96f2ee1807b3
5
5
  SHA512:
6
- metadata.gz: 7bfd300284fb50024108aacaaec951e9640da4a9d51e3a74eafd4db90d4ed3cc4150aaf58e18a47ab2e6008101906c6c2ed3975d3cc597c64dbb9835461a342a
7
- data.tar.gz: 0db253a437e84f963be56be5ff88afc8ef36c6777172aa310ec4c76721065795abc93f0734653eaf91819822fa678056843e11e1e9b548925e64f6455b31b869
6
+ metadata.gz: a90c3bc878851209904e1867cfdc823661dfaa59ecd916c910548fea00633bbe1f58efe6ca1ad4b07a10e1f9cc0824cb09c21211a7d9a3f459bc2b9e01682128
7
+ data.tar.gz: 92ddd1fc97d6d8c7ccf85699e6a4cf29608ab6a85a83ba663c920cec0ec4939a4a398b791bf0fac0c20d4ead7406756fafefe86bbae48c3af0ddd7f427a95f82
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 0.19.0 - 2023-10-16
6
+
7
+ - Disable Style/RedundantParantheses by default.
8
+
5
9
  ## 0.18.0 - 2023-04-04
6
10
 
7
11
  ### Changed
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- slimcop (0.18.0)
4
+ slimcop (0.19.0)
5
5
  rubocop (>= 1.49)
6
6
  slimi (>= 0.5.1)
7
7
  templatecop
@@ -58,9 +58,9 @@ GEM
58
58
  parallel
59
59
  parser
60
60
  rubocop (>= 0.87)
61
- temple (0.10.0)
62
- thor (1.2.1)
63
- tilt (2.1.0)
61
+ temple (0.10.3)
62
+ thor (1.2.2)
63
+ tilt (2.3.0)
64
64
  unicode-display_width (2.4.2)
65
65
 
66
66
  PLATFORMS
data/default.yml CHANGED
@@ -124,6 +124,9 @@ Style/ParallelAssignment:
124
124
  Style/RedundantLineContinuation:
125
125
  Enabled: false
126
126
 
127
+ Style/RedundantParantheses:
128
+ Enabled: false
129
+
127
130
  Style/RescueModifier:
128
131
  Enabled: false
129
132
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Slimcop
4
- VERSION = '0.18.0'
4
+ VERSION = '0.19.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slimcop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryo Nakamura
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-04-03 00:00:00.000000000 Z
11
+ date: 2023-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop