rubocop-next 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/rubocop-next.gemspec +1 -1
- data/rubocop.yml +8 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ed8eb6017fd83fef389e6d63bec63de61d7d5ca3674df9436ad9a1b80255d532
|
4
|
+
data.tar.gz: a2a30257690b0776ccd23a82117da4a29265ccb035a21ff3358900562867705c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aed4190337cf8a530e798b9713b2865f49bd5014e1e4ce2bad14d2b0a3992dfab46b8fb0e1c7671c32af31ed636d96d8bb6cd6d0e85635299c0f33e2c61ac4d1
|
7
|
+
data.tar.gz: b2ae7213919872d67aea3bc736793f2f3295c19d366625165c1c5e29775801491bee5562821836622b2c13516215c80a28b11e0c4018582badfd48125bbe6d3f
|
data/rubocop-next.gemspec
CHANGED
data/rubocop.yml
CHANGED
@@ -22,6 +22,14 @@ Layout/EndAlignment:
|
|
22
22
|
Layout/FirstArrayElementIndentation:
|
23
23
|
EnforcedStyle: align_brackets
|
24
24
|
|
25
|
+
Layout/FirstHashElementIndentation:
|
26
|
+
Enabled: true
|
27
|
+
EnforcedStyle: align_braces
|
28
|
+
|
29
|
+
Layout/HashAlignment:
|
30
|
+
Enabled: true
|
31
|
+
EnforcedStyle: align_braces
|
32
|
+
|
25
33
|
Layout/LineEndStringConcatenationIndentation:
|
26
34
|
Enabled: true
|
27
35
|
EnforcedStyle: aligned
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-next
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Third Party Transportation Systems LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-08-
|
11
|
+
date: 2023-08-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -108,7 +108,7 @@ homepage: https://github.com/next-tms/rubocop-next
|
|
108
108
|
licenses: []
|
109
109
|
metadata:
|
110
110
|
allowed_push_host: https://rubygems.org
|
111
|
-
source_code_uri: https://github.com/next-tms/rubocop-next/tree/v1.0.
|
111
|
+
source_code_uri: https://github.com/next-tms/rubocop-next/tree/v1.0.4
|
112
112
|
post_install_message:
|
113
113
|
rdoc_options: []
|
114
114
|
require_paths:
|