fablicop 1.7.0 → 1.8.0

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: d17d26bea73be0170dc33d115e62dce8e31e117c28ebd15f0d4e13194b170976
4
- data.tar.gz: 6daa7320a0ceac473bfff0e0e61a5d98644f15f49b399220e98417e13ab3d20a
3
+ metadata.gz: e791da288c1f6f895448e32c2369ee7e75650bacf20eadacfd0f48ffce2cd4f7
4
+ data.tar.gz: 626845ce9b32122ac3abce5c226a3df55c4ab951b7ac079d02f5edb6bd66fa76
5
5
  SHA512:
6
- metadata.gz: 6cf903907362483a5e1cabb39fe9bd4fe3c7a83fb59bd2766460f77b192995e38b5336841367e90fb524241d9554a2f00edaaf0f460fbcdc4ea7bbfd5dc0cd61
7
- data.tar.gz: 43ae6430aafa6e1ae7d8fd684bb5231a10106a67f2dd3ed7d792d479c81d98b89f97b01b00ae46f5e16e11585ebac74aabce81df8721b2c703cfb8fc7ad34fe6
6
+ metadata.gz: a51bb62caf7c5582e5c169ef23d1990df47bff484f7cd47e22c829ab604351d625205aad3843d543362d41a5e42c2ed1f27821907d1f2aadb16c442cd05e5c83
7
+ data.tar.gz: 713be62e8be14431848e88e4b63f17512fe6047b8eda2cd2875e2c09da5433bd5df5790cbf465a77dd27e2d552c2c340c584a4ca3dce6f7da965499db0ec781f
data/CHANGELOG.md CHANGED
@@ -2,7 +2,16 @@
2
2
 
3
3
  ## [Unreleased](https://github.com/Fablic/fablicop/tree/HEAD)
4
4
 
5
- [Full Changelog](https://github.com/Fablic/fablicop/compare/v1.6.0...HEAD)
5
+ [Full Changelog](https://github.com/Fablic/fablicop/compare/v1.7.0...HEAD)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - Disable `Style/SymbolArray` [\#94](https://github.com/Fablic/fablicop/pull/94) ([yykamei](https://github.com/yykamei))
10
+ - Disable Style/WordArray [\#92](https://github.com/Fablic/fablicop/pull/92) ([yykamei](https://github.com/yykamei))
11
+
12
+ ## [v1.7.0](https://github.com/Fablic/fablicop/tree/v1.7.0) (2022-08-05)
13
+
14
+ [Full Changelog](https://github.com/Fablic/fablicop/compare/v1.6.0...v1.7.0)
6
15
 
7
16
  **Merged pull requests:**
8
17
 
@@ -116,6 +116,14 @@ Style/FetchEnvVar:
116
116
  Style/IfUnlessModifier:
117
117
  Enabled: false
118
118
 
119
+ # We don't care about the style of Arrays.
120
+ Style/WordArray:
121
+ Enabled: false
122
+
123
+ # We don't care about the style of Arrays.
124
+ Style/SymbolArray:
125
+ Enabled: false
126
+
119
127
  ##################### Layout ##################################
120
128
  # We sometimes want to put multiple spaces before arguments.
121
129
  Layout/SpaceBeforeFirstArg:
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Fablicop
4
- VERSION = '1.7.0'
4
+ VERSION = '1.8.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.7.0
4
+ version: 1.8.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-08-05 00:00:00.000000000 Z
13
+ date: 2022-09-28 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rubocop