voxpupuli-rubocop 1.4.0 → 2.0.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/rubocop.yml +9 -6
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4eeb33c7f637788358e245c0f2ba10fc93c64d17f784caf9e1ea856e48aa26d9
4
- data.tar.gz: 0703a53b8ddb6feb0052641f22ec81ebf455ae380266cdfe7b103ca2f26ae233
3
+ metadata.gz: 96aa508f25d6865370fdc72a69341612eadb810c5dc733fb3514cf4dd6af5cc2
4
+ data.tar.gz: 66f4924e0456a03f36d56c312756fcba07aedefb3a4364bb2cadeb1e345464f5
5
5
  SHA512:
6
- metadata.gz: a1ad712781cdd1b71c8526d9647ac4b56171ee893530615b7b71dbb8aa2124c6472eaece26ea8f45c94ca40cbe8e8ab169e5e22037736d61905574064d907c9c
7
- data.tar.gz: 5cd5c67f6e1041b652325115c6d52440b631593391e91b0f2028104cb63f9a10128af981975ddf4fd2995de50d28a46c1a9e7035a0100f1cfc77ee883e54d2b8
6
+ metadata.gz: b5a8aa1738e71725107d9b5bed4a350db1ef257c968f1898afbe4139fdd323550399ef4afc71c9fbdd77a49db6105adfeaf5fd7d42fe02130d4fd11c73994005
7
+ data.tar.gz: 40b208d65bf47fd6b8479f09c8eb360bce9b8fece18c9a0d2f06cab883d1e01b45818dd0c0b071d101096e0bcf0517ce3f2355c40ada8c8302b87a46817dc6a3
data/rubocop.yml CHANGED
@@ -12,27 +12,30 @@ AllCops:
12
12
  DisplayStyleGuide: true
13
13
  TargetRubyVersion: '2.7'
14
14
  Exclude:
15
- - vendor/**/*
16
- - .vendor/**/*
15
+ - vendor/**/*
16
+ - .vendor/**/*
17
17
 
18
18
  # this currently doesn't work with the way we handle our secrets
19
19
  Gemspec/RequireMFA:
20
20
  Enabled: false
21
21
 
22
- # current Vox Pupuli default is to use `add_development_dependency` in the gemspec
22
+ # Vox Pupuli default is to use `add_development_dependency` in the gemspec
23
23
  Gemspec/DevelopmentDependencies:
24
24
  Enabled: false
25
25
 
26
+ Style/TernaryParentheses:
27
+ EnforcedStyle: require_parentheses_when_complex
28
+
26
29
  Style/TrailingCommaInHashLiteral:
27
- Enabled: True
30
+ Enabled: true
28
31
  EnforcedStyleForMultiline: consistent_comma
29
32
 
30
33
  Style/TrailingCommaInArrayLiteral:
31
- Enabled: True
34
+ Enabled: true
32
35
  EnforcedStyleForMultiline: consistent_comma
33
36
 
34
37
  Style/TrailingCommaInArguments:
35
- Enabled: True
38
+ Enabled: true
36
39
  EnforcedStyleForMultiline: comma
37
40
 
38
41
  Metrics:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: voxpupuli-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vox Pupuli
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-07 00:00:00.000000000 Z
11
+ date: 2023-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake