rubocop-rickselby 0.63.0 → 0.64.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: a853b88ef3ad89e6d40f231b8273738ff5a1eee52748bb30589cfdc6be988cf3
4
- data.tar.gz: becc962beb2b9f41e3e9c6136dbc3747bbd1db8893a885326d56a2e2e6506d0c
3
+ metadata.gz: 6fb17d17154b926549383664f3ba4442b7c9cd8730952d89dd021a23936a0655
4
+ data.tar.gz: 0dc75ada2458fbe96ca515fd0ca547b90270d2aec30716fbd7a623eaf6f78531
5
5
  SHA512:
6
- metadata.gz: 780fe2d6dcd57dae23f46f8834df74866a819fc81cce06633a97bce8562cd48d829c672ac9a5f7147c6842d08d1834f8c603a3403b874ee3503b1361cce0f578
7
- data.tar.gz: b54765802228ee1090e8d3fe51f64e422f8fb4bae680c398054e8eaeb01e1890427e155d9f9991bc75f4cb46c978ae4974d5aa0a64b40d0efb0c5f5ab9af2b74
6
+ metadata.gz: d4ce8a0be05386de5615c726cba477e78f160e27a97e9b574c92ee63a65ff0b91cb3206221bf25198f5bd689ac7c2574982be4c7dd04554418319f780da20529
7
+ data.tar.gz: 20bb6e7215a4ca510f15e06c1d34cfde86df5c372cafb05894c34ca8cc7fec2c21c774d726fc8b9cb1009fd69593bd06d736d9f5d35b89c1e206297e5e32f469
data/config/capybara.yml CHANGED
@@ -1,3 +1,6 @@
1
1
  ---
2
2
  plugins:
3
3
  - rubocop-capybara
4
+
5
+ Capybara/AmbiguousClick:
6
+ Enabled: true
data/config/rails.yml CHANGED
@@ -50,6 +50,12 @@ Rails/OrderById:
50
50
  Rails/PluckId:
51
51
  Enabled: true
52
52
 
53
+ Rails/RequireDependency:
54
+ Enabled: true
55
+
56
+ Rails/SaveBang:
57
+ Enabled: true
58
+
53
59
  Rails/TableNameAssignment:
54
60
  Enabled: true
55
61
 
data/config/rspec.yml CHANGED
@@ -2,6 +2,9 @@
2
2
  plugins:
3
3
  - rubocop-rspec
4
4
 
5
+ RSpec/DescribedClassModuleWrapping:
6
+ Enabled: true
7
+
5
8
  RSpec/ExampleLength:
6
9
  Exclude:
7
10
  - 'spec/system/**/*'
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module RickSelby
5
- VERSION = "0.63.0"
5
+ VERSION = "0.64.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.63.0
4
+ version: 0.64.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rick Selby