rubocop-standard 2.0.1 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/config/default.yml +6 -6
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 820b354fe146e4cfd1912ae8110839685df54aaac302d3c15adec2f875ca3291
4
- data.tar.gz: '04849319335d5679e7d11fe3d019d1283e0c26c6e4778e1e78e007e8034627c1'
3
+ metadata.gz: 37b6922410ae76639f083b597050457e4d7040bb694a2eae6ba6ecbd8367a7dc
4
+ data.tar.gz: 0e13a5c8eac78f3969114e089210a4ea9974df51d9fe24e4821699c152525122
5
5
  SHA512:
6
- metadata.gz: 855b041c6f66e645d45961afe0974d397e189e202e3bb9ea38523af4f4e70a74846014bff2c940f4f005df2eb92c0cb48aea1570b7efdf82d092fa4bbc13f9d9
7
- data.tar.gz: e1b9d6fff67c20f06793a0106b59afad180d28076d02ba36c4cf0243590c224923b541937eefa1d075d58287254a23735146f077cf846f871c443acbc453667d
6
+ metadata.gz: 2f6034e69a7a5b379856fd3ead83fdd48084579129c3cf3a3b85eefa799809c48eaa102a268375eb59a9479f7a5a725e09030580500cdae7d39e5305acb651fe
7
+ data.tar.gz: fc0b6e8f0c793faeaf7c20ca95a01962a890f50b0b9c9e58d9e82a21bf1cd2537000dd1f8db8ef9c2b086f23114b2b91e9f66cca844f44e33a826f1bedb3854a
data/config/default.yml CHANGED
@@ -73,7 +73,7 @@ Layout/SpaceInsideReferenceBrackets:
73
73
  Layout/Tab:
74
74
  Enabled: true
75
75
 
76
- Layout/TrailingBlankLines:
76
+ Layout/TrailingEmptyLines:
77
77
  Enabled: true
78
78
 
79
79
  Layout/TrailingWhitespace:
@@ -88,10 +88,10 @@ Lint/Debugger:
88
88
  Lint/DeprecatedClassMethods:
89
89
  Enabled: true
90
90
 
91
- Lint/DuplicateMethods:
91
+ Lint/DuplicateHashKey:
92
92
  Enabled: true
93
93
 
94
- Lint/DuplicatedKey:
94
+ Lint/DuplicateMethods:
95
95
  Enabled: true
96
96
 
97
97
  Lint/EachWithObjectArgument:
@@ -136,13 +136,13 @@ Lint/NextWithoutAccumulator:
136
136
  Lint/RandOne:
137
137
  Enabled: true
138
138
 
139
- Lint/RequireParentheses:
139
+ Lint/RedundantStringCoercion:
140
140
  Enabled: true
141
141
 
142
- Lint/RescueException:
142
+ Lint/RequireParentheses:
143
143
  Enabled: true
144
144
 
145
- Lint/StringConversionInInterpolation:
145
+ Lint/RescueException:
146
146
  Enabled: true
147
147
 
148
148
  Lint/UnderscorePrefixedVariableName:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-standard
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen Torikian
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-04 00:00:00.000000000 Z
11
+ date: 2019-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -132,7 +132,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
132
132
  requirements:
133
133
  - - ">="
134
134
  - !ruby/object:Gem::Version
135
- version: 2.1.0
135
+ version: '0'
136
136
  required_rubygems_version: !ruby/object:Gem::Requirement
137
137
  requirements:
138
138
  - - ">="