runger_style 0.5.1 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 53d59122f8a173caf3f295d81558a5e22a6ce557b7bab8c2544bc2178920f8a7
4
- data.tar.gz: 64d3689baef28c673ace244a579acf34c9bbe15736b2a767b504339787988f4d
3
+ metadata.gz: 7d0554af7b7c54d4b484ed1f785f74829a18fbd3d6c40248e5e52896a9e4ddfc
4
+ data.tar.gz: 358bafbe61d95d98d1e06cb3933d5648c01382f4e0830c6e219988eade420835
5
5
  SHA512:
6
- metadata.gz: 9932ea7a93a3bf1f76968ec2961705d25aa4467afb2ab591635864cd1044d4dcf9b733af3da923795dea8d5488ede8bc8c6b3c79d7a6b8079efba3e9ddfa4a0f
7
- data.tar.gz: db108dea3ca66c3b98bba8e2cfd0ebb354925de67a4186b40cbf6d4f8e8a792eee4a5732ba0a9e280f0120bfa5f4c5ea153e57727b6dc21a43cd721504b51035
6
+ metadata.gz: 3a6aca368b5d9ed1567eeaeb664b6b743469323152f62f03938549b43c65aff69e15cbde10ebb17ee46446178fe112952c4817ff6eead9c32e8fa796fc38964f
7
+ data.tar.gz: d80656e4dd8b2db453e3f57da217152759dd562da2a615da7a0a0f66cd2571b3964fdbd2f8925f14c9b2ee8112166296b5f43a8f5d8716fb9e783ec8fc59013b
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## v0.6.0 (2023-12-04)
2
+ ### Changed
3
+ - Disable `Style/RedundantParentheses` cop
4
+ - Disable `Layout/ConditionPosition` cop
5
+ - Disable `Style/ArrayFirstLast` cop
6
+
1
7
  ## v0.5.1 (2023-09-13)
2
8
  ### Changed
3
9
  - Move FactoryBot cops into factory_bot ruleset
data/Gemfile.lock CHANGED
@@ -1,68 +1,79 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- runger_style (0.5.1)
4
+ runger_style (0.6.0)
5
5
  rubocop (>= 1.38.0, < 2)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (7.0.8)
10
+ activesupport (7.1.2)
11
+ base64
12
+ bigdecimal
11
13
  concurrent-ruby (~> 1.0, >= 1.0.2)
14
+ connection_pool (>= 2.2.5)
15
+ drb
12
16
  i18n (>= 1.6, < 2)
13
17
  minitest (>= 5.1)
18
+ mutex_m
14
19
  tzinfo (~> 2.0)
15
20
  ast (2.4.2)
16
- base64 (0.1.1)
21
+ base64 (0.2.0)
22
+ bigdecimal (3.1.4)
17
23
  concurrent-ruby (1.2.2)
24
+ connection_pool (2.4.1)
25
+ drb (2.2.0)
26
+ ruby2_keywords
18
27
  i18n (1.14.1)
19
28
  concurrent-ruby (~> 1.0)
20
- json (2.6.3)
29
+ json (2.7.0)
21
30
  language_server-protocol (3.17.0.3)
22
31
  memo_wise (1.7.0)
23
32
  minitest (5.20.0)
33
+ mutex_m (0.2.0)
24
34
  parallel (1.23.0)
25
- parser (3.2.2.3)
35
+ parser (3.2.2.4)
26
36
  ast (~> 2.4.1)
27
37
  racc
28
- racc (1.7.1)
38
+ racc (1.7.3)
29
39
  rack (3.0.8)
30
40
  rainbow (3.1.1)
31
- rake (13.0.6)
32
- regexp_parser (2.8.1)
41
+ rake (13.1.0)
42
+ regexp_parser (2.8.2)
33
43
  rexml (3.2.6)
34
- rubocop (1.56.3)
35
- base64 (~> 0.1.1)
44
+ rubocop (1.58.0)
36
45
  json (~> 2.3)
37
46
  language_server-protocol (>= 3.17.0)
38
47
  parallel (~> 1.10)
39
- parser (>= 3.2.2.3)
48
+ parser (>= 3.2.2.4)
40
49
  rainbow (>= 2.2.2, < 4.0)
41
50
  regexp_parser (>= 1.8, < 3.0)
42
51
  rexml (>= 3.2.5, < 4.0)
43
- rubocop-ast (>= 1.28.1, < 2.0)
52
+ rubocop-ast (>= 1.30.0, < 2.0)
44
53
  ruby-progressbar (~> 1.7)
45
54
  unicode-display_width (>= 2.4.0, < 3.0)
46
- rubocop-ast (1.29.0)
55
+ rubocop-ast (1.30.0)
47
56
  parser (>= 3.2.1.0)
48
- rubocop-capybara (2.18.0)
57
+ rubocop-capybara (2.19.0)
49
58
  rubocop (~> 1.41)
50
- rubocop-factory_bot (2.23.1)
59
+ rubocop-factory_bot (2.24.0)
51
60
  rubocop (~> 1.33)
52
- rubocop-performance (1.19.0)
61
+ rubocop-performance (1.19.1)
53
62
  rubocop (>= 1.7.0, < 2.0)
54
63
  rubocop-ast (>= 0.4.0)
55
- rubocop-rails (2.21.0)
64
+ rubocop-rails (2.22.2)
56
65
  activesupport (>= 4.2.0)
57
66
  rack (>= 1.1)
58
67
  rubocop (>= 1.33.0, < 2.0)
68
+ rubocop-ast (>= 1.30.0, < 2.0)
59
69
  rubocop-rake (0.6.0)
60
70
  rubocop (~> 1.0)
61
- rubocop-rspec (2.24.0)
62
- rubocop (~> 1.33)
71
+ rubocop-rspec (2.25.0)
72
+ rubocop (~> 1.40)
63
73
  rubocop-capybara (~> 2.17)
64
74
  rubocop-factory_bot (~> 2.22)
65
75
  ruby-progressbar (1.13.0)
76
+ ruby2_keywords (0.0.5)
66
77
  runger_release_assistant (0.5.0)
67
78
  activesupport (>= 6, < 8)
68
79
  memo_wise (>= 1.7, < 2)
@@ -71,7 +82,7 @@ GEM
71
82
  slop (4.10.1)
72
83
  tzinfo (2.0.6)
73
84
  concurrent-ruby (~> 1.0)
74
- unicode-display_width (2.4.2)
85
+ unicode-display_width (2.5.0)
75
86
 
76
87
  PLATFORMS
77
88
  ruby
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RungerStyle
4
- VERSION = '0.5.1'
4
+ VERSION = '0.6.0'
5
5
  end
data/rulesets/default.yml CHANGED
@@ -21,6 +21,8 @@ Layout/ClassStructure:
21
21
  - public_methods
22
22
  - protected_methods
23
23
  - private_methods
24
+ Layout/ConditionPosition:
25
+ Enabled: false
24
26
  Layout/DotPosition:
25
27
  EnforcedStyle: trailing
26
28
  Layout/EmptyLineAfterMultilineCondition:
@@ -79,6 +81,8 @@ Naming/RescuedExceptionsVariableName:
79
81
  Enabled: false
80
82
  Naming/VariableNumber:
81
83
  Enabled: false
84
+ Style/ArrayFirstLast:
85
+ Enabled: false
82
86
  Style/BlockDelimiters:
83
87
  Enabled: false
84
88
  Style/ClassAndModuleChildren:
@@ -185,6 +189,8 @@ Style/RedundantArgument:
185
189
  Enabled: false
186
190
  Style/RedundantFileExtensionInRequire:
187
191
  Enabled: false
192
+ Style/RedundantParentheses:
193
+ Enabled: false
188
194
  Style/RegexpLiteral:
189
195
  Enabled: false
190
196
  Style/RequireOrder:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runger_style
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Runger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-13 00:00:00.000000000 Z
11
+ date: 2023-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  - !ruby/object:Gem::Version
86
86
  version: '0'
87
87
  requirements: []
88
- rubygems_version: 3.4.19
88
+ rubygems_version: 3.4.22
89
89
  signing_key:
90
90
  specification_version: 4
91
91
  summary: Shared rubocop rules for the preferred Ruby coding style of @davidrunger