rubocop-gooddog 0.7 → 0.8

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 +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0cd32470b998f23f5c0cd4779ce25f7da9dd2f0cd5a00dc4c3d5a700a65d2f00
4
- data.tar.gz: f17e16a3a7cc965e095cde265fdf02317c4a5e8e859ff4b969a649e23f317e16
3
+ metadata.gz: eca2ada612b443f309b18e5832bbca1b8af583ad0c73d2ba8c28cfa8d7960a7a
4
+ data.tar.gz: bd37e39d954f4d51e4c12c775de0471cde5c56ba4e8129aeb6218ad501c2b72d
5
5
  SHA512:
6
- metadata.gz: 144d9c7c8df36a3baecfb9a25b26efa4c6932d7f1ccecf81728685f18acf658c391cedeb7f448c079513a172f515c205d2a8b9c891e4db343509e530376f1c13
7
- data.tar.gz: 3866cbf8dd87b11ec2ecd936391c4d8b554c1fc362dcf8cc348b3df288e725dc68b6d3c4a26ce5adc2560947cb9a7718bdd6ce64d33253ba9e1184e1c78d87d8
6
+ metadata.gz: 7cf5ece545381dccf195e3375ddf5c74d65b717360c054fb562d9adbfc4a8bd971637d225b5ba310a4a0c7d939f3776b89c7a19b36084ce48d886a36f6c7e17d
7
+ data.tar.gz: 578a0e29615c3d09dd5de5d9707ec87858dac3a8a668ec1e4280788b10a8e4f2f1930de1560dad831f598411956c905b0dd43c5492aa30fb4ded6933832e8caa
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.8] - 2021-07-24
8
+ ### Added
9
+ - `Metrics/ParameterLists` configured to not count keyword arguments as they add less complexity than positional or optional parameters.
10
+
7
11
  ## [0.7] - 2021-06-25
8
12
  ### Added
9
13
  - `Style/QuotedSymbols` changed from it's default values to `false`, which lines up with the current configuration for `Style/StringLiterals`.
data/config/default.yml CHANGED
@@ -46,6 +46,9 @@ Metrics/CyclomaticComplexity:
46
46
  Metrics/MethodLength:
47
47
  Max: 25
48
48
 
49
+ Metrics/ParameterLists:
50
+ CountKeywordArgs: false
51
+
49
52
  Metrics/PerceivedComplexity:
50
53
  Enabled: false
51
54
 
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.7'
4
+ version: '0.8'
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-06-25 00:00:00.000000000 Z
11
+ date: 2021-07-24 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.1.6
60
+ rubygems_version: 3.2.22
61
61
  signing_key:
62
62
  specification_version: 4
63
63
  summary: RuboCop GoodDog