fablicop 1.6.0 → 1.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
  SHA256:
3
- metadata.gz: 3009bbd7fcdc4b17292c8cf0aad70726ab589bc517761f3e6153229217780258
4
- data.tar.gz: 70f85187231e6cc60ffe4f917c5d16f285d629e3a78bdefab0279c37de1620a9
3
+ metadata.gz: d17d26bea73be0170dc33d115e62dce8e31e117c28ebd15f0d4e13194b170976
4
+ data.tar.gz: 6daa7320a0ceac473bfff0e0e61a5d98644f15f49b399220e98417e13ab3d20a
5
5
  SHA512:
6
- metadata.gz: 7e6b3d2d17bcf9e6cd99636ce1a62b0135968c35ee0d40e401fe370d4106482139c2205a54686c86b3798f4437e338a7e94581e2f5f9b071172a975790b5caec
7
- data.tar.gz: 7c8a089dd68490cad6ea5fa0b53f86189b171f193e93dc5760918635941ef47e0ff98c3e089cbaf04c28aa9a5961396c7a8f660eb3640551ac6f24e6ba7a0e4a
6
+ metadata.gz: 6cf903907362483a5e1cabb39fe9bd4fe3c7a83fb59bd2766460f77b192995e38b5336841367e90fb524241d9554a2f00edaaf0f460fbcdc4ea7bbfd5dc0cd61
7
+ data.tar.gz: 43ae6430aafa6e1ae7d8fd684bb5231a10106a67f2dd3ed7d792d479c81d98b89f97b01b00ae46f5e16e11585ebac74aabce81df8721b2c703cfb8fc7ad34fe6
data/CHANGELOG.md CHANGED
@@ -2,7 +2,15 @@
2
2
 
3
3
  ## [Unreleased](https://github.com/Fablic/fablicop/tree/HEAD)
4
4
 
5
- [Full Changelog](https://github.com/Fablic/fablicop/compare/v1.5.0...HEAD)
5
+ [Full Changelog](https://github.com/Fablic/fablicop/compare/v1.6.0...HEAD)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - Disable Naming/VariableNumber [\#89](https://github.com/Fablic/fablicop/pull/89) ([yykamei](https://github.com/yykamei))
10
+
11
+ ## [v1.6.0](https://github.com/Fablic/fablicop/tree/v1.6.0) (2022-07-26)
12
+
13
+ [Full Changelog](https://github.com/Fablic/fablicop/compare/v1.5.0...v1.6.0)
6
14
 
7
15
  **Merged pull requests:**
8
16
 
@@ -236,6 +236,9 @@ Metrics/PerceivedComplexity:
236
236
  Naming/RescuedExceptionsVariableName:
237
237
  Enabled: false
238
238
 
239
+ Naming/VariableNumber:
240
+ Enabled: false
241
+
239
242
  ##################### RSpec ##################################
240
243
 
241
244
  # disabling to not to show errors if there is no when/with/without in the context
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Fablicop
4
- VERSION = '1.6.0'
4
+ VERSION = '1.7.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fablicop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - tommy
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2022-07-26 00:00:00.000000000 Z
13
+ date: 2022-08-05 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rubocop