rubocop-gooddog 0.5 → 0.6

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 +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2e0a162ba88b656334caa1adad6e33f71cc77ba76a64b7031c2f8a767a5d05d1
4
- data.tar.gz: 3abc434d78f5d8ff33c4758804c6feeea481adfc7bda2d37dfdc009e42790e10
3
+ metadata.gz: 42dc6004903e2ce5c6b6d0b66f2ab91b612b72ed2528cff33fde12780552a3fa
4
+ data.tar.gz: '048d6bec588b7f3a31b5946b95b6ab8a6fee4d331995a3d050b8deb27d76b652'
5
5
  SHA512:
6
- metadata.gz: 5057a9c2890ac5fe4a28bf81ebdf4d477d9bc4010df7fe8dd4ce2aaeec27971d83265b61fdca3ab2345bdd9381e93460da44ca413ed62b1fce106758155fb2f6
7
- data.tar.gz: f91d8f77fc6385ca19a654c743f5ff0075404f51789b1516ca97bc6257f8342fc3922f7ddf4c4ca32853f865b9f7ca5affeba6247f422dcb0b47540945c20230
6
+ metadata.gz: d5303e742c94c07c53aa5b152f3f19e546c3e303f5032cc4601f01bf128764cec08a3302f3c3d2234218ec4e41713c7ff9c46ada40ac6a48ec044de794de9d44
7
+ data.tar.gz: bf2719b46ad5990e1be246ed55151aa5a095cefa8f21bc700e1ef338da0effc77c71954589aceaa051163704c46b55c11df0592777d390f59806ce290f3a2db7
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.6] - 2021-04-08
8
+ ### Added
9
+ - `Layout/FirstArrayElementIndentation` changed from it's default values to `consistent`, which lines up with the current configuration for `Layout/FirstHashElementIndentation`.
10
+
7
11
  ## [0.5] - 2021-02-10
8
12
  ### Added
9
13
  - Disabled default cops `Style/Lambda` and `Style/IfWithBooleanLiteralBranches`. `Style/Lambda` we disagree with any of the provided options and `Style/IfWithBooleanLiteralBranches` resulted in a non-equivalent fix.
data/config/default.yml CHANGED
@@ -16,6 +16,9 @@ Layout/EmptyLinesAroundAccessModifier:
16
16
  Layout/EndAlignment:
17
17
  EnforcedStyleAlignWith: variable
18
18
 
19
+ Layout/FirstArrayElementIndentation:
20
+ EnforcedStyle: consistent
21
+
19
22
  Layout/FirstHashElementIndentation:
20
23
  EnforcedStyle: consistent
21
24
 
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.5'
4
+ version: '0.6'
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Brooks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-10 00:00:00.000000000 Z
11
+ date: 2021-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -57,7 +57,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
57
57
  - !ruby/object:Gem::Version
58
58
  version: '0'
59
59
  requirements: []
60
- rubygems_version: 3.0.3
60
+ rubygems_version: 3.2.6
61
61
  signing_key:
62
62
  specification_version: 4
63
63
  summary: RuboCop GoodDog