rubocop-gooddog 0.10 → 1.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: 704dc78c262bf27951e25586ef826c9efe8373a8ba0990f594adb60ba3b4bd69
4
- data.tar.gz: 29b3d8d641ca4435603feaeca3ffd2839f6b4ac18f17b6f4c70fb4325dcc8ace
3
+ metadata.gz: 9b923f1f2c480e3e65f62f9e16d93f9dc4c4aed507d5bf218c963a49cc4617b3
4
+ data.tar.gz: 68100bd1ca0344142af127cdca1a4060c9eaacafbb5a90e82211f2f520e42f1e
5
5
  SHA512:
6
- metadata.gz: 774871f9af55e6ed48d2c9d798c9436a19f2314a516494798ffb4d4f171c5c69ce07e868a59e985775498b082786d8ad29bf96dce16727c0cd69fceda6a3cf13
7
- data.tar.gz: a4b4d3bba1b22491ae7ac0f142e7475786719928b05e28e2c7640e88e0b67b0fb4e530c8725b3990af5ce05b63f17b0dbfa9e1e440c1b74fab106ba8225fdd5c
6
+ metadata.gz: 883992d9cce7c3c2aa9429c3a78fecc65446d9bed9410bcaa3a7cfa597c653f7a5ac41d004b12bfbf6133ab3ba1e21ca3aec07553facdecfba6b3ba2411aa4b0
7
+ data.tar.gz: 27c705b574a9ff90a46caad02a74f23efcff4dcbfa43a4d2204243d64968a362d2d317eb93245865697f308bc081ebb41d463ac999dabb11946675b3e63b1181
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
@@ -1,4 +1,4 @@
1
- require:
1
+ plugins:
2
2
  - rubocop-performance
3
3
 
4
4
  Bundler/OrderedGems:
@@ -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
 
data/config/rails.yml CHANGED
@@ -1,4 +1,4 @@
1
- require:
1
+ plugins:
2
2
  - rubocop-rails
3
3
 
4
4
  Rails/I18nLocaleTexts:
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-gooddog
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.10'
4
+ version: '1.0'
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Brooks
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2022-04-28 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: rubocop
@@ -48,7 +47,6 @@ metadata:
48
47
  homepage_uri: https://github.com/gooddog/rubocop-gooddog
49
48
  source_code_uri: https://github.com/gooddog/rubocop-gooddog
50
49
  changelog_uri: https://github.com/gooddog/rubocop-gooddog/blob/master/CHANGELOG.md
51
- post_install_message:
52
50
  rdoc_options: []
53
51
  require_paths:
54
52
  - lib
@@ -63,8 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
63
61
  - !ruby/object:Gem::Version
64
62
  version: '0'
65
63
  requirements: []
66
- rubygems_version: 3.3.3
67
- signing_key:
64
+ rubygems_version: 3.6.8
68
65
  specification_version: 4
69
66
  summary: RuboCop GoodDog
70
67
  test_files: []