rubocul 4.0.0 → 4.0.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/rubocul.gemspec +1 -1
  3. data/rubocul_default.yml +7 -12
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 42e8f4ad2c719d37160b8dd9f14c7fbbf2a3f4fac6b2c11f3a9b31f4ae04940b
4
- data.tar.gz: ed2cb2718291193ec8eea912aedc00f78ddfd15241a828f934a57f25fe5566cb
3
+ metadata.gz: dfcb4ecf818230dcb0b7de26e4b00d5942e2dcd4c9742ed53aeb0e975ad4f6ff
4
+ data.tar.gz: a28403e34f0a0b8ad46a8fb729e06d7d1b6baca97327d735b8497da496c4d8e0
5
5
  SHA512:
6
- metadata.gz: 90bd6f30944251d6a6f8178e5542299752b94fd7b6900eb2fd8ddde95fef7837e76c1565e2536e0740b94168e52673d32c766d6b70299e732395372ba60bb991
7
- data.tar.gz: 77b4f3d4a23fc7055d1df9856efbd42aa7043c16b8be720db5eee9df32b05dc88ae9236b34756911a235d2810bd77d90f186de45dea2972ddbeec69618bb1473
6
+ metadata.gz: 61864f0db2a5cc93c493ca06a7844cac00ccb0e181cf59f361ef82c6c3c9168b75379d15e2d4f4ead95b376a5ed0b2a7409544cb1e41b64c0685865591941b60
7
+ data.tar.gz: c775e23f323418020f88230f96258419b2c0a861f92e14dc1beac9685d39ec6acc7cdac02cc1de99563702669443a7d862e5ddbbf4b77f7a36d712a03b05a9de
data/rubocul.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'rubocul'
3
- spec.version = '4.0.0'
3
+ spec.version = '4.0.1'
4
4
  spec.authors = ["Eric O'Hanlon", "Ben Armintor", "Carla Galarza"]
5
5
 
6
6
  spec.summary = 'A style configuration for Rubocop'
data/rubocul_default.yml CHANGED
@@ -1,7 +1,13 @@
1
1
  require:
2
- - rubocop-performance
3
2
  - ./lib/rubocop/cul.rb
4
3
 
4
+ inherit_from:
5
+ - rubocul_rules_bundler.yml
6
+ - rubocul_rules_performance.yml
7
+ - rubocul_rules_rails.yml
8
+ - rubocul_rules_rspec.yml
9
+ - rubocul_rules_security.yml
10
+
5
11
  AllCops:
6
12
  TargetRubyVersion: 2.7
7
13
  # Disable any new "pending" cops that are introduced in a minor version update of rubocop.
@@ -19,13 +25,6 @@ AllCops:
19
25
  - 'node_modules/**/*'
20
26
  - 'app/javascript/**/*'
21
27
 
22
- inherit_from:
23
- - rubocul_rules_bundler.yml
24
- - rubocul_rules_performance.yml
25
- - rubocul_rules_rails.yml
26
- - rubocul_rules_rspec.yml
27
- - rubocul_rules_security.yml
28
-
29
28
  Layout/HashAlignment:
30
29
  SupportedHashRocketStyles:
31
30
  - key
@@ -60,10 +59,6 @@ Style/SymbolArray:
60
59
  RSpec/ExpectInHook:
61
60
  Enabled: false
62
61
 
63
- Metrics/BlockLength:
64
- Exclude:
65
- - 'spec/**/*'
66
-
67
62
  # TODO: Decide how we feel about this later
68
63
  Naming/VariableNumber:
69
64
  Enabled: false
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocul
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric O'Hanlon
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2022-02-25 00:00:00.000000000 Z
13
+ date: 2022-03-09 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler