rubocop-govuk 3.12.0 → 3.13.0

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 +5 -0
  3. data/config/layout.yml +0 -14
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 48b85a6990ecf33c92d9506a869a15ee68f5c04c065d71fb1328ea6e115a9182
4
- data.tar.gz: 1af1fda610c32d6a02e8bbc632f9c78aa03825c1fcc3e83c77a6809b70156e6a
3
+ metadata.gz: 62dc759573252798424f235663c439372ba78633ddfc4c364a56c2c990bd0d81
4
+ data.tar.gz: 9db1279a3a90e925dca92097c850ca80be8f7192767c0ae9904244d83fabd5e3
5
5
  SHA512:
6
- metadata.gz: dcbceebe47c06f3df409779bef414174a6264af3a4f1c9be97b433adad2d7d74d9337d53a812971e316728e9fa9cd3d6b742e5c0397045735dce58d61585bff9
7
- data.tar.gz: 8d91c162862383603bcfff118e71f31528b567c23a09a2706e74341450fa46b7a5c30059d9fc25edcebd64d4f5faa497320b9a66131af60abfd71d3b9f12271d
6
+ metadata.gz: 7c161b73b6ef22befd230cfc80c014feabe843f129ccaad1f06d47ee95f7d354af51521dab59e623d68f4b296891fc6ac7b010365a0fd035e7da6beac9ecff35
7
+ data.tar.gz: 2ea28a10f3244ee3527a9d0adbe7e07f7c3c6f9a0416a2ecd5ddb6b52034fdb0541ada3e0daaa74b9c2b9b6c67b24ccbac3033198b698a77b1eff3e74716f236
@@ -1,3 +1,8 @@
1
+ # 3.13.0
2
+
3
+ - Disable Layout/FirstMethodArgumentLineBreak (#79)
4
+ - Disable Layout/MultilineMethodArgumentLineBreaks (#80)
5
+
1
6
  # 3.12.0
2
7
 
3
8
  - Disable Rails/HasAndBelongsToMany (#77)
@@ -83,17 +83,3 @@ Layout/MultilineArrayLineBreaks:
83
83
  # and avoids wasting time tweaking an arbitrary layout.
84
84
  Layout/MultilineHashKeyLineBreaks:
85
85
  Enabled: true
86
-
87
- # We should be consistent: if some items of a method call are
88
- # on multiple lines, then all items should be. This works
89
- # better with the indentation Cops, produces clearer diffs,
90
- # and avoids wasting time tweaking an arbitrary layout.
91
- Layout/MultilineMethodArgumentLineBreaks:
92
- Enabled: true
93
-
94
- # We should put each argument of a method call on a new line,
95
- # if any are on new lines. This prevents unnecessary decisions
96
- # about which style to use; the multiline style also helps to
97
- # avoid excessively long lines.
98
- Layout/FirstMethodArgumentLineBreak:
99
- Enabled: true
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-govuk
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.12.0
4
+ version: 3.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Government Digital Service
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-20 00:00:00.000000000 Z
11
+ date: 2020-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake