rubocul 4.0.3 → 4.0.4

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: 4ebe4a2f04cd5fda2a28ea972e9bb0f2a62e37bee8893b00ae085311b40800c5
4
- data.tar.gz: 8ecb1847321dcae083ce19a5638d2ee42141f6233ba8032e3527ea50e02d6a27
3
+ metadata.gz: c8453f5c5b9589e503817bc84c22be5a09bf796c2c3d722b78adcb5e417483b2
4
+ data.tar.gz: f14731189f5ce06bde0561d576a7955033c42336c8e952f554570de6ee51048a
5
5
  SHA512:
6
- metadata.gz: bf301a445cafcc5fdeaac568755feb00b7d0bd63e6eacb5bc4425abd179023974fc0a2b6cca084adaf0dba6eb221b23552a36752fde58a251e3c2f9763be0434
7
- data.tar.gz: 1c9e3ae39f6079f7030b6c07e0dd68b53ce3cee365b326828de129ad72e59f144d6c9493a90852de5ea03250213e14a59d5f8d55ebfeff653e9d460f751a855c
6
+ metadata.gz: f66f83b15a04f4c9bed3757063f24291e74b95fc895618afea34e28409d77c4db0e91ecc976ce567288b80d5ce8f2da5344245ea0a83c24a933e55ab96ae7dfe
7
+ data.tar.gz: 1b1ec24cb436632d996f30fb8aec95213d2e2491fb561b1f7307405d83a9a1eb4c01caca33c63bfd401afa566c0cb9906e5fb876f2e2395946efcdbfeff45b6f
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.3'
3
+ spec.version = '4.0.4'
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
@@ -36,6 +36,11 @@ Layout/HashAlignment:
36
36
  Metrics/BlockLength:
37
37
  IgnoredMethods: ['describe', 'context']
38
38
 
39
+ # Documentation is great, but we're not currently forcing people to add a top level comment
40
+ # to all classes and modules.
41
+ Style/Documentation:
42
+ Enabled: false
43
+
39
44
  Style/RedundantSelf:
40
45
  Enabled: false
41
46
 
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.3
4
+ version: 4.0.4
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-21 00:00:00.000000000 Z
13
+ date: 2022-05-01 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler