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 +4 -4
- data/configs/rubocop/gds-ruby-styleguide.yml +2 -2
- data/lib/govuk/lint/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2a449bed032588fe7d77a7c2c336076acb204675
|
|
4
|
+
data.tar.gz: 26dc49ec636b83435e41bc0c389b847edd6f2653
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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:
|
|
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:
|
|
314
|
+
Enabled: false
|
|
315
315
|
EnforcedStyle: double_quotes
|
|
316
316
|
SupportedStyles:
|
|
317
317
|
- 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: 0.
|
|
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-
|
|
11
|
+
date: 2015-07-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|