govuk-lint 3.11.0 → 3.11.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/configs/rubocop/other-style.yml +2 -2
- data/lib/govuk/lint/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f638708bfa6055b4b80df072400af57d0baa3c1dbef83aa737a6262eda13fd32
|
4
|
+
data.tar.gz: '08a60b477425c658e8ad1d7a2f1d25fa1e0189af981f20d69dd61df6ecc10de5'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a5b885758a456e489daf04cacd2ada51ddf113e8d68ba2c3fc98e1bc22455a5cff37dc8bbd7dec4daa7b5e7bba729a93eaef9cf28dd1840a68d95bbd48c07f89
|
7
|
+
data.tar.gz: 66e8af10d398f29a11a743d637ef52ea4a778c1cbb491b160ea5f6ba135f49b98fd3d507c3a212a4f7b356633757ef8074cf033ef1e4515af598a982fc5a6203
|
@@ -168,13 +168,13 @@ IfWithSemicolon:
|
|
168
168
|
Description: 'Never use if x; .... Use the ternary operator instead.'
|
169
169
|
Enabled: false
|
170
170
|
|
171
|
-
|
171
|
+
IndentFirstArrayElement:
|
172
172
|
Description: >-
|
173
173
|
Checks the indentation of the first element in an array
|
174
174
|
literal.
|
175
175
|
Enabled: false
|
176
176
|
|
177
|
-
|
177
|
+
IndentFirstHashElement:
|
178
178
|
Description: 'Checks the indentation of the first key in a hash literal.'
|
179
179
|
Enabled: false
|
180
180
|
|
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.11.
|
4
|
+
version: 3.11.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: 2019-02
|
11
|
+
date: 2019-05-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -138,8 +138,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
138
138
|
- !ruby/object:Gem::Version
|
139
139
|
version: '0'
|
140
140
|
requirements: []
|
141
|
-
|
142
|
-
rubygems_version: 2.7.6
|
141
|
+
rubygems_version: 3.0.3
|
143
142
|
signing_key:
|
144
143
|
specification_version: 4
|
145
144
|
summary: A wrapper around rubocop, configured with the GDS style guides
|