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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0fe404b03654d5bd8b6d3c4c3437d8eb9db884b390862f81a0399c5f97b27dbb
4
- data.tar.gz: 28aed77a2a5ec0cdc8916d7232835d69ba6ed2da0c741b662bea850cdc8cbe1c
3
+ metadata.gz: 56dbf84f3cf072d5e6728a25249c517cec1a82fd8797a273f7cc5798ed303b51
4
+ data.tar.gz: d7049c03078aba51123befacb49b550f9bcadbaa80b3ea2c88eb3c0a859b29b2
5
5
  SHA512:
6
- metadata.gz: e5a4664cc6b6cc391377c144ff79b76f9ae6a9437d46f2c0412ae4dc8020f9dee42280e1cb60ccfcd3cb0671662c5f4045e86bf57ce23e8a01fc806109bb3447
7
- data.tar.gz: 5b126eab149203f721e71b0cc99765dfd55dbd31baa88843ef1f7cc3357ed20f150ec9d157f26eb81a8571bfd859387b02b6fc187f554c342bc2adcbfd0f5818
6
+ metadata.gz: 9be509fa713e70e5f0614e75dac120990dea908fb8d3896faf93282d1fb5257e8d563211121342ea2a18edb739b3fe5e537fa5b186f44fb7c67247d17290302c
7
+ data.tar.gz: 82542f539e5897447645efcdabd04eb3d8d3da4e6752d886396b89a8fff23ef06778049bb37f34b11ab03cf8c558829f31710ec239bbac89bbec9ffb61063ea5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubocop-config-prettier (0.1.4)
4
+ rubocop-config-prettier (0.1.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
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
 
@@ -1,7 +1,7 @@
1
1
  module Rubocop
2
2
  module Config
3
3
  module Prettier
4
- VERSION = "0.1.4"
4
+ VERSION = "0.1.5"
5
5
  end
6
6
  end
7
7
  end
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
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-04 00:00:00.000000000 Z
11
+ date: 2020-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler