govuk-lint 0.1.2 → 0.2.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
  SHA1:
3
- metadata.gz: c8d7eef99edf6c73cafcb97e11556cb3ce9810a0
4
- data.tar.gz: 41657d71bd392abb4d2998bb0fbc939539d95011
3
+ metadata.gz: 2a449bed032588fe7d77a7c2c336076acb204675
4
+ data.tar.gz: 26dc49ec636b83435e41bc0c389b847edd6f2653
5
5
  SHA512:
6
- metadata.gz: 72cf5cfcc1c6009b0d91df900c24d531ea598aa9fd14aebc5ce747341d71d61ff6716b98b67cad99b2001b63265dbb56c9863e76aa493676b04d00b474235d45
7
- data.tar.gz: 020a3ca8ba1673b5b8cd92cf7ee72afa8c78a1a52925789d8ece13c7d6030a471475706f0d59b88c824fb11daf97baab52d96fedaf0e73218c22103f311d4996
6
+ metadata.gz: fe8e1cd0319856a6665045171fcac944e9f0fc9c5f6b8fc756175cd2ab295eb5b8067c9e55c8f0a5c07ecf4cf4224b514da8c52a9e06ac7be055f932216e60fa
7
+ data.tar.gz: ececba80e83fdc2ffffde9238751368fe433654ee76233d2e740ee08bbc144d1965ba83def53f56fe681ec4a1b508a0183593f068973c57d4c62363e2fdf79e5
@@ -49,7 +49,7 @@ IndentationConsistency:
49
49
 
50
50
  LineLength:
51
51
  Description: Limit lines to 80 characters.
52
- Enabled: true
52
+ Enabled: false
53
53
  Max: 80
54
54
 
55
55
  # Supports --auto-correct
@@ -311,7 +311,7 @@ StringConversionInInterpolation:
311
311
  # Supports --auto-correct
312
312
  StringLiterals:
313
313
  Description: Checks if uses of quotes match the configured preference.
314
- Enabled: true
314
+ Enabled: false
315
315
  EnforcedStyle: double_quotes
316
316
  SupportedStyles:
317
317
  - single_quotes
@@ -1,5 +1,5 @@
1
1
  module Govuk
2
2
  module Lint
3
- VERSION = "0.1.2"
3
+ VERSION = "0.2.0"
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: 0.1.2
4
+ version: 0.2.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: 2015-07-08 00:00:00.000000000 Z
11
+ date: 2015-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler