rubocop-rickselby 0.18.0 → 0.20.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: 97a06477ab8ecd72e29dfd7a863790268ba57c11a0da7681f609e4d45a49395a
4
- data.tar.gz: 3d3b52aab5d068aca37e3d1bb70bcbaaa02a35a1f9633e1d00408c43fe0ff70e
3
+ metadata.gz: 4d89cbd86b310d0ca96578368ebb57830e5b44c851726144077c95defab6b6b0
4
+ data.tar.gz: '039e7ab3ea81af4de2194ac82df7b6aa66affcc477f183ca75f32661d2e5352f'
5
5
  SHA512:
6
- metadata.gz: 78556c1be69aac6adf09dc9e2600ef518bedc6e2b68e13f11ed52108f7e4bf47472fd3ef7235454051d1f6bca8a252bec43924b2cee74f3c89ae63016327b596
7
- data.tar.gz: d9b1ddd06d88a25b8c8390938f87a94aa44a24e1b18939aa95961745db2252aeda9fa6d03a71033d013befa3eac75c0888a369efcb60fbf4de195e0ce609d4ab
6
+ metadata.gz: cf3c4b3dd398d9769049c37d02cc4e709d3b7cbd791c9e52c58a58c5f1c381424ccfc32d61fd79cc4e64d6e061dd5833ca316852ccad607a5ab5f50dd9ad26ad
7
+ data.tar.gz: 726537f6ba015c57923005825b15d2a91ad21546b0b185979646b171192430f9277a782f8eaba6c49df3add472eac76788cebbbd7820e63de147bb36ca565ded
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:
data/config/rails.yml CHANGED
@@ -42,8 +42,6 @@ Rails/PluckId:
42
42
  Rails/TableNameAssignment:
43
43
  Enabled: true
44
44
 
45
-
46
-
47
45
  Style/Documentation:
48
46
  Exclude:
49
47
  - app/controllers/**/*
data/config/rspec.yml CHANGED
@@ -2,13 +2,16 @@
2
2
  require:
3
3
  - rubocop-rspec
4
4
 
5
+ RSpec/ExampleLength:
6
+ Exclude:
7
+ - 'spec/system/**/*'
8
+
5
9
  RSpec/ExampleWithoutDescription:
6
10
  EnforcedStyle: single_line_only
7
11
 
8
12
  RSpec/MultipleExpectations:
9
13
  Exclude:
10
14
  - 'spec/system/**/*'
11
- -
12
- RSpec/ExampleLength:
13
- Exclude:
14
- - 'spec/system/**/*'
15
+
16
+ RSpec/NestedGroups:
17
+ MaxNesting: 5
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rubocop
4
- module Rickselby
5
- VERSION = "0.18.0"
4
+ module RickSelby
5
+ VERSION = "0.20.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.18.0
4
+ version: 0.20.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-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: erb_lint