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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 431f84b583d4a5a5e16216ed3fb8171a53f11913c8ae7b3fb0bbc95f861438f3
4
- data.tar.gz: 2aecaf1b7027e3578005d0833bef27e8ff4fe8eaf22dd8c5b378213c098fbe6e
3
+ metadata.gz: dd42f6005b853e19d1b18c9d3e172d04faf3e9838fd8d89ec50337ebc3be5268
4
+ data.tar.gz: 36525fba866dd155197497b6510e3c91ad1d31161109b9498e7cd1df3082387e
5
5
  SHA512:
6
- metadata.gz: 68270f6181d5c3fdcd2534bbd740029ac577fa1f38b8542cb919d854c6d1be073e3c3071520dafbf7d7e56734a93d2884aae4de914adab2b89de4d292623797f
7
- data.tar.gz: f260a33a39818b0325dddac487fb9cd1287c681b16394a1ef4ad6a0f66d082368fa92e5fa448ed8233f22c399d40e77ed742e4968913e4c760e0a4257e60f49b
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: false
307
+ Enabled: true
308
308
  EnforcedStyleForMultiline: comma
309
309
 
310
310
  TrailingCommaInHashLiteral:
311
- Enabled: false
311
+ Enabled: true
312
312
  EnforcedStyleForMultiline: comma
313
313
 
314
314
  TrailingCommaInArguments:
315
- Enabled: false
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: false
337
+ Enabled: true
337
338
  EnforcedStyle: double_quotes
338
339
  SupportedStyles:
339
340
  - single_quotes
@@ -1,5 +1,5 @@
1
1
  module Govuk
2
2
  module Lint
3
- VERSION = "3.11.5".freeze
3
+ VERSION = "4.0.0".freeze
4
4
  end
5
5
  end
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: 3.11.5
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-07-11 00:00:00.000000000 Z
11
+ date: 2019-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake