rubocop-config-prettier 0.1.9 → 0.1.10
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/awesomecode-rubocop.yml +3 -3
- data/config/rubocop.yml +3 -3
- 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: c7283b9bbf0d50b220871fb13fa75cea11d1b7b7f1b461875eaca78b717d7eb7
|
|
4
|
+
data.tar.gz: 4a7e1a09186e52abc470f3c82f7d0a8dc49ffd5b297d29fe7b581ce43e5668c8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a29a573621fbcf75484ef92a4a5c8cd701294ef02e7545b69309c8703a8d160d5a3cd836ef0f710495bc1af2640e5669b89373fe1cd2285d2f5071dffede988
|
|
7
|
+
data.tar.gz: 6fb7bb560c074d66f1728b109b04b0dcd2f0c2eade42816ce4fda534776621a2f1bd48f84a24fbe8f7e3ddbb424c21b193b92cfa5993de18549a705b57c9d9db
|
data/Gemfile.lock
CHANGED
|
@@ -121,6 +121,9 @@ Layout/HashAlignment:
|
|
|
121
121
|
Layout/IndentationConsistency:
|
|
122
122
|
Enabled: false
|
|
123
123
|
|
|
124
|
+
Layout/IndentationStyle:
|
|
125
|
+
Enabled: false
|
|
126
|
+
|
|
124
127
|
Layout/IndentationWidth:
|
|
125
128
|
Enabled: false
|
|
126
129
|
|
|
@@ -246,9 +249,6 @@ Layout/SpaceInsideReferenceBrackets:
|
|
|
246
249
|
Layout/SpaceInsideStringInterpolation:
|
|
247
250
|
Enabled: false
|
|
248
251
|
|
|
249
|
-
Layout/Tab:
|
|
250
|
-
Enabled: false
|
|
251
|
-
|
|
252
252
|
Layout/TrailingEmptyLines:
|
|
253
253
|
Enabled: false
|
|
254
254
|
|
data/config/rubocop.yml
CHANGED
|
@@ -119,6 +119,9 @@ Layout/HashAlignment:
|
|
|
119
119
|
Layout/IndentationConsistency:
|
|
120
120
|
Enabled: false
|
|
121
121
|
|
|
122
|
+
Layout/IndentationStyle:
|
|
123
|
+
Enabled: false
|
|
124
|
+
|
|
122
125
|
Layout/IndentationWidth:
|
|
123
126
|
Enabled: false
|
|
124
127
|
|
|
@@ -244,9 +247,6 @@ Layout/SpaceInsideReferenceBrackets:
|
|
|
244
247
|
Layout/SpaceInsideStringInterpolation:
|
|
245
248
|
Enabled: false
|
|
246
249
|
|
|
247
|
-
Layout/Tab:
|
|
248
|
-
Enabled: false
|
|
249
|
-
|
|
250
250
|
Layout/TrailingEmptyLines:
|
|
251
251
|
Enabled: false
|
|
252
252
|
|
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.10
|
|
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-04-
|
|
11
|
+
date: 2020-04-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|