rubocop-gooddog 0.2 → 0.3

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/config/default.yml +3 -0
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6a51fba6d6db23fecffedf538d6b70a89114974bc8b2a63281ef70e394858a29
4
- data.tar.gz: 558d4d51bbc99870dd900cace7fa2e2bc823b4ae456f936b384bb3791e65bcdb
3
+ metadata.gz: 7c2e9ca0dffb3e0bfd8567a117db367c45bbbd431127a93996a523033d5bf5c4
4
+ data.tar.gz: 4d2bcdf056f9fe66c4231a1dfabd790bd972ce0bedc9b92b32e86ab0c95aca1d
5
5
  SHA512:
6
- metadata.gz: 3135e030374a5ce72f1ff802a592ca9b848749a33752d39e4eeaac93f36fd410daebe219e02a5c830c59f80a47bfbaab174da4682515279b845f80230186acc9
7
- data.tar.gz: a228b3774bf8d2118fad7bd8402c3d60f964000bf79d4400233f75d4c05190d02df507105e7dfe5f7c1d9aa268ce63a36ddeda977561bc2f2994d14dddf59df1
6
+ metadata.gz: 79694b3a48e68d4faf03f7b458d93f94ef8215fb72e70762d23c763ca57500f73a83944df09bb4cec0b8957fec7d3e18ac38df1a88c59037b39079b46c774f4b
7
+ data.tar.gz: 72065f692f00644abbb8e1ce1ad1564002153084a26f7b1383cfed5e903ab7906dcf433109fe3d061ea8c2067b34da1c7f2ae632f54d60cf391eda7cb003215d
data/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [0.3] - 2020-04-03
8
+ ### Added
9
+ - Set alternative configuration for `Layout/MultilineMethodCallIndentation` to avoid statements floating in the middle of the file.
10
+
7
11
  ## [0.2] - 2020-03-31
8
12
  ### Added
9
13
  - Set alternative configurations for `Layout/CaseIndentation` and `Layout/EndAlignment` to avoid statements floating in the middle of the file.
data/config/default.yml CHANGED
@@ -22,6 +22,9 @@ Layout/FirstHashElementIndentation:
22
22
  Layout/LineLength:
23
23
  Max: 200
24
24
 
25
+ Layout/MultilineMethodCallIndentation:
26
+ EnforcedStyle: indented
27
+
25
28
  Layout/SpaceInsideArrayLiteralBrackets:
26
29
  EnforcedStyle: space
27
30
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-gooddog
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.2'
4
+ version: '0.3'
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Brooks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-31 00:00:00.000000000 Z
11
+ date: 2020-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop