govuk-lint 0.2.0 → 0.3.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/other-style.yml +3 -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: 1ee1df307755ee3675eefdc79578e639c6ea3bfc
|
|
4
|
+
data.tar.gz: f79724e020c356c65315d5f20e2414df53108668
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a86bbb94484e724960c9cfefd418347d78cdb39c01e83f63259bdf1e07f38549cc01008916c866e3ca0ba5f285ce3ffa7aae3483ce29dd63964d5283b094d37e
|
|
7
|
+
data.tar.gz: 652c224478445f4cb192ea1d0e7b841fdc7dfd09805e12072d9871b3d481d3f4fccecafaa6919b0c58fde0556396bf6db9fb70c1ab2a207dd8940c9414a7d941
|
|
@@ -209,6 +209,9 @@ ModuleFunction:
|
|
|
209
209
|
Description: 'Checks for usage of `extend self` in modules.'
|
|
210
210
|
Enabled: false
|
|
211
211
|
|
|
212
|
+
MultilineOperationIndentation:
|
|
213
|
+
EnforcedStyle: indented
|
|
214
|
+
|
|
212
215
|
NegatedIf:
|
|
213
216
|
Description: >-
|
|
214
217
|
Favor unless over if for negative conditions
|
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.3.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-
|
|
11
|
+
date: 2015-08-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|