govuk-lint 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bee47579ecf7b49b77a412179fdc059c4a7164f8
4
- data.tar.gz: ba205fd41bd7ff542d7e86dcf55bde692340d133
3
+ metadata.gz: ba84e8f79c0b531370bb027d09e5fe43aa1aa2ff
4
+ data.tar.gz: ba9032c6f5814fd3922f187b196201b2e6f03de0
5
5
  SHA512:
6
- metadata.gz: d5f05f1e4edebb95f7597efa7d2405d94bf3b22e58a938973b328d1875e062d63bcc92affcf51fc62ee15845ddde4d85dba98174e601297412aa4165ee6b0aa7
7
- data.tar.gz: a101090955dcc49df7603e08a34f75c7e3f72ac7317491082a90bdb5bee654d2d8d5da3a8dc6cf6a88af9f209bb1ad99fea1ef6a212d1279990e341b528fb4e0
6
+ metadata.gz: a1d825b9f8adb045f80372737170b76b7aa932c847eeeb285c4df9c76eee1738ad4303e9a0705f914e20fd97c4089a7d9ac9b9d8a8ba980fa2cdf2b4ff362002
7
+ data.tar.gz: 5a5c26e722ad7b47b0d7d35de20032033eb311fcab588bfae8d9a878b5d0e6e38a05a1f3f02c15e0a6307e6ee31021c9489ce745a7168c0eeedbc73376aa2a02
@@ -4,7 +4,4 @@ inherit_from:
4
4
  - other-rails.yml
5
5
  - other-style.yml
6
6
  - other-metrics.yml
7
-
8
- AllCops:
9
- Exclude:
10
- - db/schema.rb
7
+ - other-excludes.yml
@@ -0,0 +1,3 @@
1
+ AllCops:
2
+ Exclude:
3
+ - db/schema.rb
@@ -131,7 +131,7 @@ linters:
131
131
  convention: hyphenated_lowercase
132
132
 
133
133
  Shorthand:
134
- enabled: true
134
+ enabled: false
135
135
  allowed_shorthands: [1, 2, 3]
136
136
 
137
137
  SingleLinePerProperty:
@@ -1,5 +1,5 @@
1
1
  module Govuk
2
2
  module Lint
3
- VERSION = "1.2.0".freeze
3
+ VERSION = "1.2.1".freeze
4
4
  end
5
5
  end
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: 1.2.0
4
+ version: 1.2.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: 2016-07-14 00:00:00.000000000 Z
11
+ date: 2016-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -108,6 +108,7 @@ files:
108
108
  - bin/govuk-lint-sass
109
109
  - configs/rubocop/all.yml
110
110
  - configs/rubocop/gds-ruby-styleguide.yml
111
+ - configs/rubocop/other-excludes.yml
111
112
  - configs/rubocop/other-lint.yml
112
113
  - configs/rubocop/other-metrics.yml
113
114
  - configs/rubocop/other-rails.yml