paperkite-rubocop 1.0.0 → 1.1.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/config/base.yml +11 -3
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ca0b2c9e0fe668a851d51c4feaa223cd993b090a443599446cae2da35481846a
4
- data.tar.gz: d4940eb48e0fe3fd08cb0e1b0766b78e64897434cd921322fe5de4cbc1a26470
3
+ metadata.gz: 9243cbc394354b960aeb8d334857ca9adde039c7d16e35f90c523768747761d8
4
+ data.tar.gz: 8035cfa7cb3704d5182a9eb3cb11ccbd6f5cf315555e648f55b26112935cbaa1
5
5
  SHA512:
6
- metadata.gz: b580be1b1701a3a3a2871e28e5d6bce33c430aa0bcff15a053237c7a1614b89fcc53af58a3a8caa96217790032518b5c53c9c391b3c0ba1dd8c2faf37358c921
7
- data.tar.gz: 5098c718508f331496bcc9712744b035ef1f83f45df018078fb402880c3b3a57c63baf883633902f4a1f49e79fcb1ad51fae46c3916bc3558ceff26ee5c6eafb
6
+ metadata.gz: 836d7daae7588dadd20cf4d27b5c930f46c877e0b16ed96376af7d6ce69a0b2059bc37cb7499d258ff110d0d17848ef48050cfc8d5f68eda46758fb5abe5577d
7
+ data.tar.gz: 4018fadb5399d7ba254e16aac632d06c25ecc72ecf5d60e875f8e6aeb0671f5924e617cf8e4dc2fb32f9b5b1e63b4cc384758bc491868c30858b2f63e51bd4df
data/config/base.yml CHANGED
@@ -26,9 +26,17 @@ Lint/AmbiguousBlockAssociation:
26
26
  Layout/AccessModifierIndentation:
27
27
  EnforcedStyle: outdent
28
28
 
29
- Layout/HashAlignment:
30
- EnforcedHashRocketStyle: table
31
- EnforcedColonStyle: table
29
+ Layout/ArgumentAlignment:
30
+ EnforcedStyle: with_fixed_indentation
31
+
32
+ Layout/FirstMethodArgumentLineBreak:
33
+ AllowMultilineFinalElement: true
34
+
35
+ Layout/MultilineMethodCallIndentation:
36
+ EnforcedStyle: indented
37
+
38
+ Layout/ParameterAlignment:
39
+ EnforcedStyle: with_fixed_indentation
32
40
 
33
41
  Layout/FirstHashElementIndentation:
34
42
  EnforcedStyle: consistent
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paperkite-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Montgomery Anderson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-02 00:00:00.000000000 Z
11
+ date: 2023-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop