pvb-rubocop 3.0.0 → 3.2.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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/default.yml +3 -0
  3. data/rails.yml +1 -17
  4. data/rspec.yml +19 -0
  5. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2754b7a062ccfea3569ff53eae87b6e6623c172a7eda54b1aee3b0f523217c30
4
- data.tar.gz: db581560615885c5f3704d5e0edcfc8635f1854cb4df0108a719830e0cb3e866
3
+ metadata.gz: c2a2df3c521ccb9ac1f55a40dcb1c44a7213efb829a8d666dba9e017d54d6b5a
4
+ data.tar.gz: dd57d8b8db6160c2014c83db884253c319cbd48906ae2ce11b6e74073b9889ee
5
5
  SHA512:
6
- metadata.gz: 3048e54c87887ba73eae7fd5e4ecd7d34e65110d60f0b7eed0177657d53fca208fa6b52c4d9645c6203aab3877493207cf7b3f37e1ad890f527cb0dad079b80c
7
- data.tar.gz: 491fdc4df67db76cebc14e490b5271b7c869e3e6716a40d4e4f354ecd6e4f8f39af704b1cc2bfa1549df58a4d55bd2f7b83ef9382c970a0011a0033152375125
6
+ metadata.gz: d19e7db6f4b2dce2ea89bac73dca277483028e6e33c99731be263f13b0127077015a0154dc3783634fccbeaf2bcbc6367550cf974331a6f447b066bdf272997e
7
+ data.tar.gz: b38d7a0956dba8c5584a93e3780f4174208b26093a8ff957844552e9ee609ce5d603f39c5afb37150c6062865161c966e28792796e3c5db6a37dd76bf5666920
data/default.yml CHANGED
@@ -7,6 +7,9 @@ AllCops:
7
7
  Layout/ArgumentAlignment:
8
8
  EnforcedStyle: with_fixed_indentation
9
9
 
10
+ Layout/BlockAlignment:
11
+ EnforcedStyleAlignWith: start_of_block
12
+
10
13
  Layout/ExtraSpacing:
11
14
  AllowForAlignment: false
12
15
 
data/rails.yml CHANGED
@@ -1,20 +1,4 @@
1
- inherit_from: default.yml
1
+ inherit_from: rspec.yml
2
2
 
3
3
  plugins:
4
4
  - rubocop-factory_bot
5
- - rubocop-rspec
6
-
7
- RSpec/ExampleLength:
8
- Enabled: false
9
-
10
- RSpec/MultipleExpectations:
11
- Enabled: false
12
-
13
- RSpec/MultipleMemoizedHelpers:
14
- Enabled: false
15
-
16
- RSpec/NamedSubject:
17
- Enabled: false
18
-
19
- RSpec/NestedGroups:
20
- Enabled: false
data/rspec.yml ADDED
@@ -0,0 +1,19 @@
1
+ inherit_from: default.yml
2
+
3
+ plugins:
4
+ - rubocop-rspec
5
+
6
+ RSpec/ExampleLength:
7
+ Enabled: false
8
+
9
+ RSpec/MultipleExpectations:
10
+ Enabled: false
11
+
12
+ RSpec/MultipleMemoizedHelpers:
13
+ Enabled: false
14
+
15
+ RSpec/NamedSubject:
16
+ Enabled: false
17
+
18
+ RSpec/NestedGroups:
19
+ Enabled: false
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pvb-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pioneer Valley Books
@@ -15,6 +15,7 @@ extra_rdoc_files: []
15
15
  files:
16
16
  - default.yml
17
17
  - rails.yml
18
+ - rspec.yml
18
19
  homepage: https://github.com/Pioneer-Valley-Books/pvb-rubocop
19
20
  licenses:
20
21
  - MIT
@@ -34,7 +35,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
34
35
  - !ruby/object:Gem::Version
35
36
  version: '0'
36
37
  requirements: []
37
- rubygems_version: 4.0.3
38
+ rubygems_version: 4.0.6
38
39
  specification_version: 4
39
40
  summary: Pioneer Valley Books Rubocop Configuration
40
41
  test_files: []