rubocop-config-oharagroup 1.4.0 → 1.5.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/default.yml +3 -3
  3. metadata +3 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0e3b20504b429f63a47fc981b1a3fd7b254c275bcf50a7bf93d8322c3f76fdbc
4
- data.tar.gz: c6d6e60be9a963d5d238803c8345b99634bfff82cd34eb6679a06ef3e449d828
3
+ metadata.gz: 71350505f5b597e529529fc60d4d7d167cab06ac41bf5d43331c004d3b6a9db5
4
+ data.tar.gz: 2bf8ab1b6978e032c0f821c13b565765110ac6f665a7bf4cac413423a8bc00f8
5
5
  SHA512:
6
- metadata.gz: 34516d33cec26c92b9ad0a0d30dd74431ca3f4160430d43dc03db34990e5d3a76d1bff46ac3ad56a9044bd03e2eb1a0ed337115c80addf09f847b646cba93b7a
7
- data.tar.gz: 27104cd623bbb4b7147eac0ffe65fb93169a21b0ba9e60d1d3dcdaf7beb8fd21aab866ea5947da035597560f17b8fd3643d3830c2857f083e326e9a651e0609a
6
+ metadata.gz: 6f5f64c9981f13ba5a437e5ddcca4cb6669a9e598f0ec8b1f447e7da9fce26996def83b21fb4709f08e40c31ae32603d96d48bae4c0c620161c145b4394f7dd7
7
+ data.tar.gz: e4b30ec81bbd1770c9d9a370894e4f316b187a88c80e1134238de5e3c718734d7ecb6c73151dbcc00b513a7301104e93dab7aabecad27b7fbe349470ad332cf1
data/default.yml CHANGED
@@ -8,9 +8,6 @@ Bundler/GemComment:
8
8
  Layout/ClassStructure:
9
9
  Enabled: true
10
10
 
11
- Layout/EmptyLineAfterGuardClause:
12
- Enabled: true ??
13
-
14
11
  Layout/FirstArrayElementLineBreak:
15
12
  Enabled: true
16
13
 
@@ -34,6 +31,9 @@ Performance/CaseWhenSplat:
34
31
  Performance/ChainArrayAllocation:
35
32
  Enabled: true
36
33
 
34
+ Performance/OpenStruct:
35
+ Enabled: true
36
+
37
37
  Style/AutoResourceCleanup:
38
38
  Enabled: true
39
39
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-config-oharagroup
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott O'Hara
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-22 00:00:00.000000000 Z
11
+ date: 2018-12-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Rubocop shared configuration for all O'Hara Group ruby projects
14
14
  email: scott@oharagroup.net
@@ -39,8 +39,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  requirements: []
42
- rubyforge_project:
43
- rubygems_version: 2.7.7
42
+ rubygems_version: 3.0.1
44
43
  signing_key:
45
44
  specification_version: 4
46
45
  summary: O'Hara Group Ruby style guide