rubocop-gooddog 0.10 → 0.11

Sign up to get free protection for your applications and to get access to all the features.
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: 704dc78c262bf27951e25586ef826c9efe8373a8ba0990f594adb60ba3b4bd69
4
- data.tar.gz: 29b3d8d641ca4435603feaeca3ffd2839f6b4ac18f17b6f4c70fb4325dcc8ace
3
+ metadata.gz: ce479302c1b3ccbe4e26fdb2d114ee8990e4c6ae0ab1f0c732ac9de77af130e1
4
+ data.tar.gz: 9a37e31b3707a52d60d503f3cbc1e397cf08a6313ae7f5274f7aad1a76494022
5
5
  SHA512:
6
- metadata.gz: 774871f9af55e6ed48d2c9d798c9436a19f2314a516494798ffb4d4f171c5c69ce07e868a59e985775498b082786d8ad29bf96dce16727c0cd69fceda6a3cf13
7
- data.tar.gz: a4b4d3bba1b22491ae7ac0f142e7475786719928b05e28e2c7640e88e0b67b0fb4e530c8725b3990af5ce05b63f17b0dbfa9e1e440c1b74fab106ba8225fdd5c
6
+ metadata.gz: 86818e54e3ae55957cbb999af5f6eb6b1ffda241d3a5ffc9071a3469662f4cdbbd7304bcc3da9cf2e608b9a6426d1ff40977eaec4272cb5ae02535bb5e50fed3
7
+ data.tar.gz: dd4c79cdbc08ec18fe318a130c65b36a8c7370ad83fecb267dd8dfbb3ec707301da4b90e471ab26164ab3025fe1c65f9b151b1d517576473f6cd0739bde075a9
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.11] - 2022-05-12
8
+ ### Added
9
+ - `Layout/ArgumentAlignment` set to `with_fixed_indentation`.
10
+
7
11
  ## [0.10] - 2022-04-28
8
12
  ### Added
9
13
  - Disabled default cop `Rails/I18nLocaleTexts`.
data/config/default.yml CHANGED
@@ -7,6 +7,9 @@ Bundler/OrderedGems:
7
7
  Layout/AccessModifierIndentation:
8
8
  EnforcedStyle: outdent
9
9
 
10
+ Layout/ArgumentAlignment:
11
+ EnforcedStyle: with_fixed_indentation
12
+
10
13
  Layout/CaseIndentation:
11
14
  EnforcedStyle: end
12
15
 
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.10'
4
+ version: '0.11'
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Brooks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-28 00:00:00.000000000 Z
11
+ date: 2022-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop