nxt_cop 1.2.1 → 1.3.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: 78af6281cb547ff41b08a36a19955bc105d26d77de18cabc30e3f7bcbac30925
4
- data.tar.gz: 0f34a2c51945d1178a6a345661dec279bee3f1eb6fff58f24b54f31b294f2c0d
3
+ metadata.gz: c9cbb2bc281782ecc8344596723250c60a347e54756fb8ab3e901903fce85437
4
+ data.tar.gz: 1ed23e495e6d4eb4287e58115c442c62a497d8b300db00e41b8d2b5633e7e9cb
5
5
  SHA512:
6
- metadata.gz: 417325d56c7ca90d9d795b28e678c1dd82d51b506d6d1aed547a7aabc1617e64747a252d4c8d854d0a53a1ebe21e0d57d8cb9ed4049fc39206bf1a5b78241536
7
- data.tar.gz: 4145773f53dc203e9043da35f451d2dc77a5f17053c5c65581db58dbb6c15d70c4c0e5aacfde9b41c49cb69f64481ae61e8f4fbc8844131d2775c2f4a9f3eadc
6
+ metadata.gz: 36b72e877b2d70bc2a51075442e269801cc059e19113948b592e7d6a94c95df5306963175bb06257e7b79843bc15367b53b2d001204178587a93adce73b953d6
7
+ data.tar.gz: aceeda13120fa2354923c432daa796c4eb4ed9675a270a150d984d76408a41c8aa6bce21e23ef881032643a13c4816a65377aa0e8caa543e14a0bb54c571c999
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ # v1.3.0 2023-09-22
2
+ ## What's Changed
3
+ * `inherit_mode` was added to `default.yml`
4
+
5
+ **Full Changelog**: https://github.com/nxt-insurance/nxt_cop/compare/v1.2.1...v1.3.0
6
+
1
7
  # v1.2.1 2023-08-23
2
8
  ## What's Changed
3
9
  * Add `Lint/MixedCaseRange`
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nxt_cop (1.2.1)
4
+ nxt_cop (1.3.0)
5
5
  rubocop (~> 1.56.1)
6
6
  rubocop-rails (~> 2.8)
7
7
  rubocop-rspec (~> 2.12)
@@ -21,7 +21,7 @@ GEM
21
21
  concurrent-ruby (~> 1.0)
22
22
  json (2.6.3)
23
23
  language_server-protocol (3.17.0.3)
24
- minitest (5.19.0)
24
+ minitest (5.20.0)
25
25
  parallel (1.23.0)
26
26
  parser (3.2.2.3)
27
27
  ast (~> 2.4.1)
@@ -32,7 +32,7 @@ GEM
32
32
  rake (13.0.6)
33
33
  regexp_parser (2.8.1)
34
34
  rexml (3.2.6)
35
- rubocop (1.56.1)
35
+ rubocop (1.56.3)
36
36
  base64 (~> 0.1.1)
37
37
  json (~> 2.3)
38
38
  language_server-protocol (>= 3.17.0)
@@ -46,18 +46,15 @@ GEM
46
46
  unicode-display_width (>= 2.4.0, < 3.0)
47
47
  rubocop-ast (1.29.0)
48
48
  parser (>= 3.2.1.0)
49
- rubocop-capybara (2.18.0)
49
+ rubocop-capybara (2.17.1)
50
50
  rubocop (~> 1.41)
51
- rubocop-factory_bot (2.23.1)
52
- rubocop (~> 1.33)
53
- rubocop-rails (2.20.2)
51
+ rubocop-rails (2.18.0)
54
52
  activesupport (>= 4.2.0)
55
53
  rack (>= 1.1)
56
54
  rubocop (>= 1.33.0, < 2.0)
57
- rubocop-rspec (2.23.2)
55
+ rubocop-rspec (2.19.0)
58
56
  rubocop (~> 1.33)
59
57
  rubocop-capybara (~> 2.17)
60
- rubocop-factory_bot (~> 2.22)
61
58
  ruby-progressbar (1.13.0)
62
59
  tzinfo (2.0.6)
63
60
  concurrent-ruby (~> 1.0)
data/default.yml CHANGED
@@ -1,6 +1,12 @@
1
1
  require:
2
2
  - rubocop-rails
3
3
  - rubocop-rspec
4
+
5
+ inherit_mode:
6
+ merge:
7
+ - Exclude
8
+ - Include
9
+
4
10
  AllCops:
5
11
  Exclude:
6
12
  - bin/guard
@@ -1,3 +1,3 @@
1
1
  module NxtCop
2
- VERSION = '1.2.1'.freeze
2
+ VERSION = '1.3.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nxt_cop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Livingstone
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-08-24 00:00:00.000000000 Z
11
+ date: 2023-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -124,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
124
  - !ruby/object:Gem::Version
125
125
  version: '0'
126
126
  requirements: []
127
- rubygems_version: 3.4.10
127
+ rubygems_version: 3.4.6
128
128
  signing_key:
129
129
  specification_version: 4
130
130
  summary: Getsafe shared Rubocop.