rubocop-rickselby 0.17.0 → 0.19.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: 012fbe8b5aeb8faa7c13c0767f78b0ae83be76c4f354b3566a2bff6b51ebbcc6
4
+ data.tar.gz: 0d982bd32d779b77c08cdb92a32957f7129c8c7fd5f11a6928d26fac1cc2a0b2
5
5
  SHA512:
6
- metadata.gz: 5b30eee9e0670cbfbfec544d0adaf6745b57bfd3ca017630b6baf8d211b1043777b929321f875c6112b2e22879110929da2015d396b7b37a607fc21484e4917e
7
- data.tar.gz: 603e3ecf5253f6fc44a98fbfd298d525b4e753f2f00dd2ac78fdc5292f2c2cc8f9f3737f0a6a82e84ff1e492be433d52bed8fa86d7bc5652700e595814b88b8c
6
+ metadata.gz: d89abe759bf0a20d66f91c68ae12e4212c2fbab2cef34f074ae8e98e160f9004e43642cd4562d0b36fd9d87d66607dd3b6e4dd1a053a82225a104b2ba0151963
7
+ data.tar.gz: a35dfb167d47c2caf543c9fb05c2502e228e231a46c8e1e279a961fe6024df45d2c12387f4ecbebba4d8cefb9652719bfa31c089c04ed05ef92210b4fe3a88f0
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
data/config/erb-lint.yml CHANGED
@@ -8,6 +8,8 @@ linters:
8
8
  rubocop_config:
9
9
  inherit_from:
10
10
  - .rubocop.yml
11
+ Layout/HashAlignment:
12
+ Enabled: false
11
13
  Layout/InitialIndentation:
12
14
  Enabled: false
13
15
  Layout/TrailingEmptyLines:
@@ -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.19.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
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.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rick Selby
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-10 00:00:00.000000000 Z
11
+ date: 2024-02-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: erb_lint