govuk-lint 3.3.0 → 3.3.1
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/other-lint.yml +0 -6
- data/configs/rubocop/other-style.yml +0 -4
- data/lib/govuk/lint/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9a2d5e5d5edfbd0a23c9c83acb8632e257ca1b65
|
|
4
|
+
data.tar.gz: c41b6719f411c6c1b7004a5451c86205aefc1d5b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5eea97e60be283361a8429d1be35cfa6f74964fa84022f751b18d1bc0b514bc47e99f3ac8c8afcf6a4623fe637d8549b7c5c1e984c77a31507c7de629bea9077
|
|
7
|
+
data.tar.gz: b531803b10da3ebe39bbc378875294aafefc352cbfec968de75e9c1cf667c8a6149472f7aba708bfbbbd06c352e879985d81e180df0753e030600cd3e31936a9
|
|
@@ -50,12 +50,6 @@ HandleExceptions:
|
|
|
50
50
|
Description: "Don't suppress exception."
|
|
51
51
|
Enabled: true
|
|
52
52
|
|
|
53
|
-
InvalidCharacterLiteral:
|
|
54
|
-
Description: >-
|
|
55
|
-
Checks for invalid character literals with a non-escaped
|
|
56
|
-
whitespace character.
|
|
57
|
-
Enabled: true
|
|
58
|
-
|
|
59
53
|
LiteralInCondition:
|
|
60
54
|
Description: 'Checks of literals used in conditions.'
|
|
61
55
|
Enabled: true
|
|
@@ -245,10 +245,6 @@ NumericLiterals:
|
|
|
245
245
|
readability.
|
|
246
246
|
Enabled: false
|
|
247
247
|
|
|
248
|
-
OpMethod:
|
|
249
|
-
Description: 'When defining binary operators, name the argument other.'
|
|
250
|
-
Enabled: false
|
|
251
|
-
|
|
252
248
|
ParameterLists:
|
|
253
249
|
Description: 'Avoid parameter lists longer than three or four parameters.'
|
|
254
250
|
Enabled: false
|
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: 3.3.
|
|
4
|
+
version: 3.3.1
|
|
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: 2017-
|
|
11
|
+
date: 2017-11-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -58,14 +58,14 @@ dependencies:
|
|
|
58
58
|
requirements:
|
|
59
59
|
- - "~>"
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: 0.
|
|
61
|
+
version: 0.51.0
|
|
62
62
|
type: :runtime
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: 0.
|
|
68
|
+
version: 0.51.0
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: rubocop-rspec
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -139,7 +139,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
139
139
|
version: '0'
|
|
140
140
|
requirements: []
|
|
141
141
|
rubyforge_project:
|
|
142
|
-
rubygems_version: 2.6.
|
|
142
|
+
rubygems_version: 2.6.13
|
|
143
143
|
signing_key:
|
|
144
144
|
specification_version: 4
|
|
145
145
|
summary: A wrapper around rubocop, configured with the GDS style guides
|