rubocop-config-prettier 0.1.12 → 0.1.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0ef65aa3c4337456689efb15e44a8cf84cbf576552321bf91fece37738ed3747
4
- data.tar.gz: 99ed071be19038d038fdb77a46dd27c59c6e351f9ed5b5a2ef33bc99b731eace
3
+ metadata.gz: 41f77c45c90e0e20dce92db4166f114482da7ab6e51404600ba70711aefc0731
4
+ data.tar.gz: 2daa7093116616420751db9ba2371b902ea22d17277f403865df9322c0455f2e
5
5
  SHA512:
6
- metadata.gz: 5c09c045877abfbde79e3770177b793a9f6a2b52b55e0554828263433ca52a1179c9e1b9e399146155ecd443f525de40264e0c6d092f9c8942a72c3323e600d6
7
- data.tar.gz: 6de042c62d3684e6c90cc0019a06f39aebf32bc5dd9f39d1b62fd0ecc1cde1a0000583bb20cc254f651894c780cbf489c250781124a6e30982bd73a531559c67
6
+ metadata.gz: 666a9bf6d3304025744726a17ced0d626d23434dcaf5f4c31e4e8c734c2c606562c380c00a14a0df6e20c2b3f6382b29e4572fb91f5de7227558e91d5d6bec5e
7
+ data.tar.gz: 70053ebe07b504670ee1ecda83e54b5393697b4af031536d3c86c956ed63036a47e541cbc0d9c52e4187e9b5c024a7dcda47a7f5166fe4fe70600546c7c50b4b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubocop-config-prettier (0.1.12)
4
+ rubocop-config-prettier (0.1.13)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2021 Xinmin Labs
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -108,9 +108,6 @@ Layout/FirstMethodArgumentLineBreak:
108
108
  Layout/FirstMethodParameterLineBreak:
109
109
  Enabled: false
110
110
 
111
- Layout/IndentFirstArgument:
112
- Enabled: false
113
-
114
111
  # Layout/HeredocArgumentClosingParenthesis
115
112
 
116
113
  Layout/HashAlignment:
data/config/rubocop.yml CHANGED
@@ -106,9 +106,6 @@ Layout/FirstMethodArgumentLineBreak:
106
106
  Layout/FirstMethodParameterLineBreak:
107
107
  Enabled: false
108
108
 
109
- Layout/IndentFirstArgument:
110
- Enabled: false
111
-
112
109
  # Layout/HeredocArgumentClosingParenthesis
113
110
 
114
111
  Layout/HashAlignment:
@@ -1,7 +1,7 @@
1
1
  module Rubocop
2
2
  module Config
3
3
  module Prettier
4
- VERSION = "0.1.12"
4
+ VERSION = "0.1.13"
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.12
4
+ version: 0.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Huang
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-02-17 00:00:00.000000000 Z
11
+ date: 2021-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -65,6 +65,7 @@ files:
65
65
  - ".travis.yml"
66
66
  - Gemfile
67
67
  - Gemfile.lock
68
+ - LICENSE
68
69
  - README.md
69
70
  - Rakefile
70
71
  - bin/console
@@ -92,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
93
  - !ruby/object:Gem::Version
93
94
  version: '0'
94
95
  requirements: []
95
- rubygems_version: 3.1.4
96
+ rubygems_version: 3.1.6
96
97
  signing_key:
97
98
  specification_version: 4
98
99
  summary: Turns off all rules that are unnecessary or might conflict with prettier