rubocul 4.0.9 → 4.0.10

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: 2c43f695ef924a964a2c454ae742c5f60cbac615511b0d9b8bd7c85f3eb823eb
4
- data.tar.gz: b808247f83c2ac84d0d190cd13e663f1a24b2cf844d452d792600ebe064f107e
3
+ metadata.gz: fd3140412dae6d9e464a2d99625c0c31ac8de013f0fdfa09e58440a88fdb41fd
4
+ data.tar.gz: 00b4071fdbcb9ab54af1b3a2c178e2672d7fed8f45fc54856b71f38b6eb5313b
5
5
  SHA512:
6
- metadata.gz: 8920d8408802290e2553b7bf63c71c16882e7f41ed2fb6f2c5859134da56ed94c9bc5dd43710877040f67985076382436af846d8c57aea0fa271d4e9c21272f3
7
- data.tar.gz: 5a97a5b87d8bd554359950dc7399fb035d2672bf0b2630943a0a68f4f95ccb5c928f710a76c41131213ceef824611a4caddda102eb81d35d78f02dcfb0f6854b
6
+ metadata.gz: a2ec59965bc23090761cee902bdf4ebedb9cea3064feb52de04ab3543e50018bc43d8e31ef1f4b3ba44d33717a1366f74a5681ba748aeb9b14f32c4ed3b19b30
7
+ data.tar.gz: 64cfd6135173173101370a9449333de5be7ca8c264a4a73895818d3b3702831a15a8cadf6c4d58a201d34f710fe46c4a5d6748f847ba084d733cd3c7a4e6326f
data/rubocul.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = 'rubocul'
5
- spec.version = '4.0.9'
5
+ spec.version = '4.0.10'
6
6
  spec.authors = ["Eric O'Hanlon", 'Ben Armintor', 'Carla Galarza']
7
7
 
8
8
  spec.summary = 'A style configuration for Rubocop'
data/rubocul_default.yml CHANGED
@@ -61,6 +61,12 @@ Style/HashSyntax:
61
61
  Layout/FirstHashElementIndentation:
62
62
  EnforcedStyle: consistent
63
63
 
64
+ Metrics/MethodLength:
65
+ Max: 12
66
+
67
+ Metrics/ParameterLists:
68
+ Max: 7
69
+
64
70
  Style/BlockDelimiters:
65
71
  EnforcedStyle: braces_for_chaining
66
72
 
@@ -3,3 +3,12 @@ require:
3
3
 
4
4
  RSpec/MultipleMemoizedHelpers:
5
5
  Enabled: false
6
+
7
+ RSpec/MultipleExpectations:
8
+ Max: 3
9
+
10
+ RSpec/ExampleLength:
11
+ Max: 10
12
+
13
+ RSpec/MessageSpies:
14
+ Enabled: false
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocul
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.9
4
+ version: 4.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric O'Hanlon
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2024-02-23 00:00:00.000000000 Z
13
+ date: 2024-03-11 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler