netsoft-rubocop 1.1.1 → 1.1.2

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: 85cba709c29dad6103c595e14e9ed7812fc2469576c2f77974f03348076c2a89
4
- data.tar.gz: 8e798df10ce467f37e527339d14358db1e212e7b0300b091479c1a3953df94f4
3
+ metadata.gz: eaf42b4210c9295b9effb6837808814689b6985367fe0ce7e15c8cb1c8952efc
4
+ data.tar.gz: 940cb29519c3855598a2904a8fadbd6bf338adc3dbbd56e79f585af1a8aabe63
5
5
  SHA512:
6
- metadata.gz: 287ba9322d3c23d7bfb20a38f28ba07f8d1f0c4f90529ccb5b13218c4a95ac51bb1d728d472f71698bfdd748a77f7ae72c64b936325e0ce48f1fe8724c18ae2e
7
- data.tar.gz: 182a62c9be8a6399110c89d0dd4b4f1af47b0d9b086b846f828daa6740fc8c0d057f4a6e741b844bf66381d9b8fea68c62af8f104f7539e259def4777e2ee4cf
6
+ metadata.gz: 1f5b65b93f2af621f9d2bf1d0d5103026e5def3f42c6e4bfe56a462e0855904c3dbfbe5d64a5a29ae5dae37ec03b36ee08ac87e0be6b3c31e7c2decd6707ea4d
7
+ data.tar.gz: 1a2f830e989a5c6f60b26902571930a2c94d4e406c127792eaac655ccfbec60c349789a51844fdaf708f7cd5d898653c5b7a68f38a13fe1813accd4b4ba9686b
@@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
  ### Changed
11
11
  ### Fixed
12
12
 
13
+ ## [1.1.2] - 2021-01-27
14
+ ### Changed
15
+ - adjust array and hash indent rules to be default 2 space indent
16
+ - removed override config for Layout/MultilineMethodCallIndentation
17
+
13
18
  ## [1.1.1] - 2021-01-21
14
19
  ### Fixed
15
20
  - fixed path in config
@@ -35,15 +35,9 @@ Layout/HashAlignment:
35
35
 
36
36
  Layout/FirstArrayElementIndentation:
37
37
  EnforcedStyle: consistent
38
- IndentationWidth: 4
39
38
 
40
39
  Layout/FirstHashElementIndentation:
41
40
  EnforcedStyle: consistent
42
- IndentationWidth: 4
43
-
44
- Layout/MultilineMethodCallIndentation:
45
- EnforcedStyle: indented_relative_to_receiver
46
- IndentationWidth: 4
47
41
 
48
42
  Layout/SpaceInsideBlockBraces:
49
43
  EnforcedStyle: space
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Netsoft
4
4
  module Rubocop
5
- VERSION = '1.1.1'
5
+ VERSION = '1.1.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: netsoft-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Yarotsky
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-01-21 00:00:00.000000000 Z
12
+ date: 2021-01-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler