govuk-lint 0.8.0 → 0.8.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: a9078988d42942e3b18271609750f6679b23e159
4
- data.tar.gz: 818ce85c102a1d95348cbecffd102eb8df696cbd
3
+ metadata.gz: ff568a29db6d33ba030c2afbb4abfa0130b0f6e8
4
+ data.tar.gz: 77970676ad5dd827bad451618819754ac51c131f
5
5
  SHA512:
6
- metadata.gz: 6f7d56d3bde39ba1a4eb6d83aaf8e8747bf35e312c5c3e7fe6aec02b40493971e83ca016c703d5d9a6fa55365486b42cff40a9c3f09cb5d1dceb40af1906bca4
7
- data.tar.gz: 76ba083170cdda2d02eda9f7bc2fc31a0374130b59323da67b01f997def1915478852f97564fc7eb44b9e5d288c3d1875b28f7695da6f498d36a80394a8a439d
6
+ metadata.gz: fa2d730dbeb7bd87dfb26f4a7a7264cf2f901bc4c5c16d2ac7648ac1800691883ce49829947015375b8e471dabdc10b56e0d95ed73208a49cf8662065b2380e8
7
+ data.tar.gz: 377e9403abe9acc905718a4578c522727bd258813de6be240598b6ae7701e59ed6b689aef3e4f221a1e8467947de817d0172cda73e9be54787e4bf4aa39a44f8
@@ -4,3 +4,7 @@ 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
@@ -1,5 +1,5 @@
1
1
  module Govuk
2
2
  module Lint
3
- VERSION = "0.8.0"
3
+ VERSION = "0.8.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk-lint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Government Digital Service