rubocul 4.0.2 → 4.0.3

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: e5bd52a56018df2a5ad7f0ea23c93c2c6ec5a19b992ba843a12cabc15ef658e0
4
- data.tar.gz: bf47ccb816607a88f2d9ce107826d4823a3ef59f28983f821b8b01ba4a511539
3
+ metadata.gz: 4ebe4a2f04cd5fda2a28ea972e9bb0f2a62e37bee8893b00ae085311b40800c5
4
+ data.tar.gz: 8ecb1847321dcae083ce19a5638d2ee42141f6233ba8032e3527ea50e02d6a27
5
5
  SHA512:
6
- metadata.gz: 3a733e01711e7cf6b075e80733fb007c7fd580bb5db48ef8ceb13b01d7da1d1848f46a7bf8681bffcf91c25f21d8881b4b3298a8510585ef38fcefc03784640d
7
- data.tar.gz: dd20326ea68a76213a4c7d5d1dd19d7c4ed91efaae5839bfe64951bdbf5d6b22758eb0706b4acade3835484b0ac4b3161032e1341c7037de00e16b79d869961b
6
+ metadata.gz: bf301a445cafcc5fdeaac568755feb00b7d0bd63e6eacb5bc4425abd179023974fc0a2b6cca084adaf0dba6eb221b23552a36752fde58a251e3c2f9763be0434
7
+ data.tar.gz: 1c9e3ae39f6079f7030b6c07e0dd68b53ce3cee365b326828de129ad72e59f144d6c9493a90852de5ea03250213e14a59d5f8d55ebfeff653e9d460f751a855c
data/rubocul.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'rubocul'
3
- spec.version = '4.0.2'
3
+ spec.version = '4.0.3'
4
4
  spec.authors = ["Eric O'Hanlon", "Ben Armintor", "Carla Galarza"]
5
5
 
6
6
  spec.summary = 'A style configuration for Rubocop'
data/rubocul_default.yml CHANGED
@@ -33,6 +33,9 @@ Layout/HashAlignment:
33
33
  - key
34
34
  - table
35
35
 
36
+ Metrics/BlockLength:
37
+ IgnoredMethods: ['describe', 'context']
38
+
36
39
  Style/RedundantSelf:
37
40
  Enabled: false
38
41
 
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.2
4
+ version: 4.0.3
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: 2022-03-12 00:00:00.000000000 Z
13
+ date: 2022-03-21 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler