govuk-lint 3.11.5 → 4.0.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 +4 -4
- data/configs/rubocop/gds-ruby-styleguide.yml +5 -4
- data/lib/govuk/lint/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dd42f6005b853e19d1b18c9d3e172d04faf3e9838fd8d89ec50337ebc3be5268
|
|
4
|
+
data.tar.gz: 36525fba866dd155197497b6510e3c91ad1d31161109b9498e7cd1df3082387e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 200c7b4d91767ebf6390b33a72e667684e477162e093544a30a81d1e2a08ed736f01dc4354b1a23d2f981be7a2ebe271bf3274662eddd8850c1dc6377ea33bdb
|
|
7
|
+
data.tar.gz: a530e356004865e87df0ad8c05e433d91515ef3d95f45cc710e920d289a76fd9455ec55bf946ad64cacfa3b4337c14872274084cfed1fa6da1a09a37fc67c406
|
|
@@ -304,15 +304,16 @@ HashSyntax:
|
|
|
304
304
|
- hash_rockets
|
|
305
305
|
|
|
306
306
|
TrailingCommaInArrayLiteral:
|
|
307
|
-
Enabled:
|
|
307
|
+
Enabled: true
|
|
308
308
|
EnforcedStyleForMultiline: comma
|
|
309
309
|
|
|
310
310
|
TrailingCommaInHashLiteral:
|
|
311
|
-
Enabled:
|
|
311
|
+
Enabled: true
|
|
312
312
|
EnforcedStyleForMultiline: comma
|
|
313
313
|
|
|
314
314
|
TrailingCommaInArguments:
|
|
315
|
-
Enabled:
|
|
315
|
+
Enabled: true
|
|
316
|
+
EnforcedStyleForMultiline: comma
|
|
316
317
|
|
|
317
318
|
# Supports --auto-correct
|
|
318
319
|
WordArray:
|
|
@@ -333,7 +334,7 @@ StringConversionInInterpolation:
|
|
|
333
334
|
# Supports --auto-correct
|
|
334
335
|
StringLiterals:
|
|
335
336
|
Description: Checks if uses of quotes match the configured preference.
|
|
336
|
-
Enabled:
|
|
337
|
+
Enabled: true
|
|
337
338
|
EnforcedStyle: double_quotes
|
|
338
339
|
SupportedStyles:
|
|
339
340
|
- single_quotes
|
data/lib/govuk/lint/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: govuk-lint
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 4.0.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: 2019-
|
|
11
|
+
date: 2019-09-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|