rubocop-rickselby 0.17.0 → 0.18.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7f715893cc878fa3e68225fc4aeb840ff9549edf07c63eddb4d333347a038728
4
- data.tar.gz: edc16b9454e1e18c41febc1a4752290ae950c097c9e66804d1833132aa5c2f15
3
+ metadata.gz: 97a06477ab8ecd72e29dfd7a863790268ba57c11a0da7681f609e4d45a49395a
4
+ data.tar.gz: 3d3b52aab5d068aca37e3d1bb70bcbaaa02a35a1f9633e1d00408c43fe0ff70e
5
5
  SHA512:
6
- metadata.gz: 5b30eee9e0670cbfbfec544d0adaf6745b57bfd3ca017630b6baf8d211b1043777b929321f875c6112b2e22879110929da2015d396b7b37a607fc21484e4917e
7
- data.tar.gz: 603e3ecf5253f6fc44a98fbfd298d525b4e753f2f00dd2ac78fdc5292f2c2cc8f9f3737f0a6a82e84ff1e492be433d52bed8fa86d7bc5652700e595814b88b8c
6
+ metadata.gz: 78556c1be69aac6adf09dc9e2600ef518bedc6e2b68e13f11ed52108f7e4bf47472fd3ef7235454051d1f6bca8a252bec43924b2cee74f3c89ae63016327b596
7
+ data.tar.gz: d9b1ddd06d88a25b8c8390938f87a94aa44a24e1b18939aa95961745db2252aeda9fa6d03a71033d013befa3eac75c0888a369efcb60fbf4de195e0ce609d4ab
data/config/capybara.yml CHANGED
@@ -1,2 +1,3 @@
1
+ ---
1
2
  require:
2
3
  - rubocop-capybara
data/config/default.yml CHANGED
@@ -1,3 +1,4 @@
1
+ ---
1
2
  require:
2
3
  - rubocop-performance
3
4
  - rubocop-rake
@@ -1,2 +1,3 @@
1
+ ---
1
2
  require:
2
3
  - rubocop-factory_bot
data/config/rails.yml CHANGED
@@ -1,3 +1,4 @@
1
+ ---
1
2
  require:
2
3
  - rubocop-rails
3
4
  - rubocop-rails-accessibility
@@ -41,6 +42,8 @@ Rails/PluckId:
41
42
  Rails/TableNameAssignment:
42
43
  Enabled: true
43
44
 
45
+
46
+
44
47
  Style/Documentation:
45
48
  Exclude:
46
49
  - app/controllers/**/*
data/config/rspec.yml CHANGED
@@ -1,11 +1,14 @@
1
+ ---
1
2
  require:
2
3
  - rubocop-rspec
3
4
 
4
- RSpec/AlignLeftLetBrace:
5
- Enabled: true
6
-
7
- RSpec/AlignRightLetBrace:
8
- Enabled: true
9
-
10
5
  RSpec/ExampleWithoutDescription:
11
6
  EnforcedStyle: single_line_only
7
+
8
+ RSpec/MultipleExpectations:
9
+ Exclude:
10
+ - 'spec/system/**/*'
11
+ -
12
+ RSpec/ExampleLength:
13
+ Exclude:
14
+ - 'spec/system/**/*'
data/config/sequel.yml CHANGED
@@ -1,2 +1,3 @@
1
+ ---
1
2
  require:
2
3
  - rubocop-sequel
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Rickselby
5
- VERSION = "0.17.0"
5
+ VERSION = "0.18.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-rickselby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rick Selby