rubocop-govuk 5.0.11 → 5.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fb65de6f822bbe913fa21f6363e87fe4fe31fbf2f4134a8d2017c55743214f0c
4
- data.tar.gz: 67f32ec6c3692c1623ea9c9802464922a548ca9a3d6745316901de7750006908
3
+ metadata.gz: 2b3914523002ee01f96dde370e970bb4e8cdd5283b23daaf378566c9b65e4ff8
4
+ data.tar.gz: 53644c0ffbb2447c4c885d10859e24bcd557eaf2250091cb4e625320219a9027
5
5
  SHA512:
6
- metadata.gz: '029cc1f1e51d10ae6f6df82fb8c2882408ae98152ac7ffa26604621b95b958eff0c12f0a7f9f73c24f45976248a19fc5e98d7b8c76599979fd1454707193e843'
7
- data.tar.gz: fa0501143bd62559e876ba37ad0bfd6b4ee2d70ffbfb374543bab9936149896ec6f4c8f13059a20d08bff1e4aefd55fd7b79a21d87cd33de181e055653060ea1
6
+ metadata.gz: f161c0bd76a6c036488c0bd076fb42f182d763275a4d8cae76aed2751d13d677bf4268a43498aefe59c1f64d54f209776039d6fbc306e4be8da5463008d0c949
7
+ data.tar.gz: 0f64215c8a8158116e9073e883a61c50480bcd582fe6f26aa3573392a85d9bb8037b93b268f7e8cac3ef6ae3b5cbfd06e2e29af61b21e1ecdab1873d73edc9ec
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ # 5.1.0
2
+
3
+ * Migrate to the plugin system
4
+ * Update rubocop-ast from 1.38.1 to 1.39.0
5
+
1
6
  # 5.0.11
2
7
 
3
8
  * Update dependencies
data/config/capybara.yml CHANGED
@@ -1,4 +1,4 @@
1
- require: rubocop-capybara
1
+ plugins: rubocop-capybara
2
2
 
3
3
  # Within GOV.UK we use Capybara test method syntax of feature,
4
4
  # scenario.
data/config/rails.yml CHANGED
@@ -3,7 +3,7 @@
3
3
  # By default Rails is switched off so this can be used by non-Rails apps,
4
4
  # this can be enabled in a local .rubocop.yml file
5
5
 
6
- require: rubocop-rails
6
+ plugins: rubocop-rails
7
7
 
8
8
  AllCops:
9
9
  Exclude:
data/config/rake.yml CHANGED
@@ -1 +1 @@
1
- require: rubocop-rake
1
+ plugins: rubocop-rake
data/config/rspec.yml CHANGED
@@ -1,4 +1,4 @@
1
- require: rubocop-rspec
1
+ plugins: rubocop-rspec
2
2
 
3
3
  inherit_from:
4
4
  - capybara.yml
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-govuk
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.11
4
+ version: 5.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Government Digital Service
@@ -43,14 +43,14 @@ dependencies:
43
43
  requirements:
44
44
  - - '='
45
45
  - !ruby/object:Gem::Version
46
- version: 1.38.1
46
+ version: 1.39.0
47
47
  type: :runtime
48
48
  prerelease: false
49
49
  version_requirements: !ruby/object:Gem::Requirement
50
50
  requirements:
51
51
  - - '='
52
52
  - !ruby/object:Gem::Version
53
- version: 1.38.1
53
+ version: 1.39.0
54
54
  - !ruby/object:Gem::Dependency
55
55
  name: rubocop-capybara
56
56
  requirement: !ruby/object:Gem::Requirement