govuk-lint 0.7.0 → 0.8.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 +4 -0
- 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: a9078988d42942e3b18271609750f6679b23e159
|
|
4
|
+
data.tar.gz: 818ce85c102a1d95348cbecffd102eb8df696cbd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6f7d56d3bde39ba1a4eb6d83aaf8e8747bf35e312c5c3e7fe6aec02b40493971e83ca016c703d5d9a6fa55365486b42cff40a9c3f09cb5d1dceb40af1906bca4
|
|
7
|
+
data.tar.gz: 76ba083170cdda2d02eda9f7bc2fc31a0374130b59323da67b01f997def1915478852f97564fc7eb44b9e5d288c3d1875b28f7695da6f498d36a80394a8a439d
|
|
@@ -15,6 +15,10 @@ CaseIndentation:
|
|
|
15
15
|
- end
|
|
16
16
|
IndentOneStep: false
|
|
17
17
|
|
|
18
|
+
Style/ClosingParenthesisIndentation:
|
|
19
|
+
Description: 'Checks the indentation of hanging closing parentheses.'
|
|
20
|
+
Enabled: false
|
|
21
|
+
|
|
18
22
|
ElseLayout:
|
|
19
23
|
Description: 'Check for odd code arrangement in an else block.'
|
|
20
24
|
Enabled: true
|
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.8.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: 2016-02-
|
|
11
|
+
date: 2016-02-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|