rubocop-config-prettier 0.1.4 → 0.1.5
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 +4 -4
- data/Gemfile.lock +1 -1
- data/config/rubocop.yml +3 -4
- data/lib/rubocop/config/prettier/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 56dbf84f3cf072d5e6728a25249c517cec1a82fd8797a273f7cc5798ed303b51
|
|
4
|
+
data.tar.gz: d7049c03078aba51123befacb49b550f9bcadbaa80b3ea2c88eb3c0a859b29b2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9be509fa713e70e5f0614e75dac120990dea908fb8d3896faf93282d1fb5257e8d563211121342ea2a18edb739b3fe5e537fa5b186f44fb7c67247d17290302c
|
|
7
|
+
data.tar.gz: 82542f539e5897447645efcdabd04eb3d8d3da4e6752d886396b89a8fff23ef06778049bb37f34b11ab03cf8c558829f31710ec239bbac89bbec9ffb61063ea5
|
data/Gemfile.lock
CHANGED
data/config/rubocop.yml
CHANGED
|
@@ -130,6 +130,9 @@ Layout/LeadingEmptyLines:
|
|
|
130
130
|
|
|
131
131
|
# Layout/LeadingCommentSpace
|
|
132
132
|
|
|
133
|
+
Layout/LineLength:
|
|
134
|
+
Enabled: false
|
|
135
|
+
|
|
133
136
|
Layout/MultilineArrayBraceLayout:
|
|
134
137
|
Enabled: false
|
|
135
138
|
|
|
@@ -142,7 +145,6 @@ Layout/MultilineAssignmentLayout:
|
|
|
142
145
|
Layout/MultilineBlockLayout:
|
|
143
146
|
Enabled: false
|
|
144
147
|
|
|
145
|
-
|
|
146
148
|
Layout/MultilineHashBraceLayout:
|
|
147
149
|
Enabled: false
|
|
148
150
|
|
|
@@ -248,9 +250,6 @@ Layout/Tab:
|
|
|
248
250
|
Layout/TrailingEmptyLines:
|
|
249
251
|
Enabled: false
|
|
250
252
|
|
|
251
|
-
Metrics/LineLength:
|
|
252
|
-
Enabled: false
|
|
253
|
-
|
|
254
253
|
Layout/TrailingWhitespace:
|
|
255
254
|
Enabled: false
|
|
256
255
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-config-prettier
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Richard Huang
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-03-
|
|
11
|
+
date: 2020-03-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|