rubocop-config-oharagroup 2.2.0 → 2.4.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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/default.yml +8 -0
  3. data/rspec.yml +4 -0
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 17f0f57c5487c335b44d6cef84250c438371383e43857a8e37183151e2bffb57
4
- data.tar.gz: d2d74f4caf6e7a9030781ea020526a32da485adef03587578cf2ff6a5135fde3
3
+ metadata.gz: 5b0f7468e7328c4aeead83911e1ddcced6eaea5f36fd98e96cd355be251ab3a7
4
+ data.tar.gz: fe3d7c6b03ae3007b45f7c7485be131a3b580fd44e268a772ab528aaf73553e3
5
5
  SHA512:
6
- metadata.gz: b7d620313fcf685a3b1b9894c6ded86c61e4277a1a8ffd7e783715dba4d2a5a16636d9c33c98d572cc3c593e52db1aa0dd024001ee1dbd9810125adb2afedc69
7
- data.tar.gz: 322c9935d6342cdeb8b74d561b4cbd6a207e190af6d1e25014828e4c5139805a2edc2d96d09b218ea52b6487e3e2bd709fa6c4446a350902b0ea3136d4ebc875
6
+ metadata.gz: 450df33822d5f417e69f3ce69557672d872a773ee72c43396a88f1562eebaf538bb322f9f66260e4f25842c77d922939de31330c3f4e9f734f381eb0d661988e
7
+ data.tar.gz: 596590ce0bf7b1196ca5f74acd696b39a394ee9c46f642099c232826a7a217355ee0e09129fc679caca8189c982f89615d83644aa67bf2de56ccb233f9d22ebc
data/default.yml CHANGED
@@ -24,6 +24,14 @@ Layout/IndentationWidth:
24
24
  Layout/LineLength:
25
25
  Enabled: false
26
26
 
27
+ # Allow redundant line breaks for readability
28
+ Layout/RedundantLineBreak:
29
+ Enabled: false
30
+
31
+ # Allow chained method calls after single line blocks
32
+ Layout/SingleLineBlockChain:
33
+ Enabled: false
34
+
27
35
  # Don't allow spaces inside literal hash braces
28
36
  Layout/SpaceInsideHashLiteralBraces:
29
37
  EnforcedStyle: no_space
data/rspec.yml CHANGED
@@ -58,6 +58,10 @@ RSpec/MultipleMemoizedHelpers:
58
58
  RSpec/NestedGroups:
59
59
  Enabled: false
60
60
 
61
+ # Allow examples (`it`) with no expectations, such as when all expections are in `before` or `after` hooks
62
+ RSpec/NoExpectationExample:
63
+ Enabled: false
64
+
61
65
  # Allow `expect().to receive().with().and_return ...`
62
66
  RSpec/StubbedMock:
63
67
  Enabled: false
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: 2.2.0
4
+ version: 2.4.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: 2020-12-17 00:00:00.000000000 Z
11
+ date: 2023-05-30 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
@@ -42,7 +42,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
42
42
  - !ruby/object:Gem::Version
43
43
  version: '0'
44
44
  requirements: []
45
- rubygems_version: 3.2.1
45
+ rubygems_version: 3.4.13
46
46
  signing_key:
47
47
  specification_version: 4
48
48
  summary: O'Hara Group Ruby style guide