rubocop-springest 0.6.9 → 0.7.0

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
  SHA1:
3
- metadata.gz: 24ffaa218f8a5c4c475d20efb6313ed3400f49c4
4
- data.tar.gz: c429f745be8577b2026ba910ddaf35abb197e2ef
3
+ metadata.gz: d70fa18f01f87102b2793dd4a42a7e57ca3904ef
4
+ data.tar.gz: 3d4aed06cc53f32c06f7b35bdf0e7bba2b146254
5
5
  SHA512:
6
- metadata.gz: cc4452044523ec665a21a6c61a828693feb5d87ef2422f8343adb96a6d4c753e8ccda2d9e23e99b02272ffb035c908fe087e6b511532d1e518e3d8a5ad5c3165
7
- data.tar.gz: 2cca4df0ce86011a0c826fae654b1b2c4444900a7dd1821dea0251ee52e99ea8ce485041fd1f332f8c026e6351351ea0eabbb48d9b21e80e648ad33d532c3478
6
+ metadata.gz: 6ab215c94132e62f964f7fc6959173460303720f543f403fa0ec3aac740d629370fd82e4782c02b11d8f84a0c3dfdb415c493686478ea96de5ef9e9f6f90cece
7
+ data.tar.gz: 760e14d81e212e1a52c4d0daf42fa1e45149249a7eeab61d8c90f92aad51cee62ee6a4cbd76a86d8470fb071a6972ab6c5c0fcbba2303566ee8a660764c5968f
@@ -56,7 +56,7 @@ Layout/SpaceInsideRangeLiteral:
56
56
  Layout/Tab:
57
57
  Enabled: true
58
58
 
59
- Layout/TrailingBlankLines:
59
+ Layout/TrailingEmptyLines:
60
60
  Enabled: true
61
61
 
62
62
  Layout/TrailingWhitespace:
@@ -123,7 +123,7 @@ Lint/DeprecatedClassMethods:
123
123
  Lint/DuplicateMethods:
124
124
  Enabled: true
125
125
 
126
- Lint/DuplicatedKey:
126
+ Lint/DuplicateHashKey:
127
127
  Enabled: true
128
128
 
129
129
  Lint/EachWithObjectArgument:
@@ -171,7 +171,7 @@ Lint/RequireParentheses:
171
171
  Lint/RescueException:
172
172
  Enabled: true
173
173
 
174
- Lint/StringConversionInInterpolation:
174
+ Lint/RedundantStringCoercion:
175
175
  Enabled: true
176
176
 
177
177
  Lint/UnderscorePrefixedVariableName:
@@ -201,7 +201,7 @@ Lint/AmbiguousOperator:
201
201
  Lint/AmbiguousRegexpLiteral:
202
202
  Enabled: true
203
203
 
204
- Lint/HandleExceptions:
204
+ Lint/SuppressedException:
205
205
  Enabled: true
206
206
 
207
207
  Lint/NestedMethodDefinition:
@@ -127,7 +127,7 @@ Style/StringLiterals:
127
127
  Exclude:
128
128
  - 'app/views/**/*.erb'
129
129
 
130
- Layout/TrailingBlankLines:
130
+ Layout/TrailingEmptyLines:
131
131
  Exclude:
132
132
  - 'app/views/**/*.erb'
133
133
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-springest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.9
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Mulder
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-19 00:00:00.000000000 Z
11
+ date: 2019-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop