rubocop-govuk 4.8.0 → 4.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +6 -0
  3. data/CONTRIBUTING.md +1 -5
  4. metadata +9 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 586c08ba3e9990f67b8c8e21560c334d3c92d56a058f5cb14f5ccfd804fa19a7
4
- data.tar.gz: 8a89da8b5dcc78a9769b51d61e7aaef6bdd827158790ac02d5a8af56f68e8622
3
+ metadata.gz: 208e80ef88783bd899ef401b6ea0c315b0cbbf93ec5840a63770726e9c83f47d
4
+ data.tar.gz: eac4b639b1943cf37d46dfbf051f8f3cae21328a1d35d5585610f33df8358bd1
5
5
  SHA512:
6
- metadata.gz: 8438e0e5e83b225425ae9806a4a9aa1df591faf6c3afa4a8c8d6e3f0a7ccf85fe1208824335d7f4113c400f989adc815e280bec21f3daf312b91c48bcecc88f2
7
- data.tar.gz: 0bae8be2c6e5da06f3c3d281cc57112c0980d52495b24d398e20c2759d96c2f1609e2d499a49991064695023af7757d9e51ff7fb6e41143ba75aa6a2f3727767
6
+ metadata.gz: 5d31b554a53ba540438bcbca306f79a12a78f4f7d62a92654eeec978bb1dd69ef2db5ed7db4f494b581a1e5ca28d14882832d0c126ba6eb479521e2d817cb928
7
+ data.tar.gz: f024c699901b2c1d8262546c8fa83daf79791164b527a72c43c31be536f29b8b69a63e301109179277c4cd204a33a7d43e0c0e5b2c23aa0e31d82a958fd1e0a0
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ # 4.9.0
2
+
3
+ - Update rubocop to 1.39.0
4
+ - Update rubocop-rails to 2.17.3
5
+ - Update rubocop-rspec to 2.15.0
6
+
1
7
  # 4.8.0
2
8
 
3
9
  - Update rubocop to 1.37.1
data/CONTRIBUTING.md CHANGED
@@ -29,11 +29,7 @@ RuboCop GOV.UK is a styleguide, so each rule in each YAML file should have a com
29
29
 
30
30
  Find out how much effort it will be to adopt your changes in typical GOV.UK repos. This could just be running `rubocop -A` to autocorrect new issues, or it could involve significant manual effort.
31
31
 
32
- You can test changes locally by tweaking the Gemfile or `.gemspec` for the repo e.g.
33
-
34
- ```
35
- gem "rubocop-govuk", path: "/govuk/rubocop-govuk"
36
- ```
32
+ You can test changes against an alphagov repo by [running the GitHub worflow](https://github.com/alphagov/rubocop-govuk/actions/workflows/run-against-project.yml) we have configured.
37
33
 
38
34
  This is a rough list of typical GOV.UK repos we recommend testing against:
39
35
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-govuk
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.8.0
4
+ version: 4.9.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: 2022-10-25 00:00:00.000000000 Z
11
+ date: 2022-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 1.37.1
33
+ version: 1.39.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 1.37.1
40
+ version: 1.39.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rubocop-ast
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - '='
60
60
  - !ruby/object:Gem::Version
61
- version: 2.17.1
61
+ version: 2.17.3
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - '='
67
67
  - !ruby/object:Gem::Version
68
- version: 2.17.1
68
+ version: 2.17.3
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rubocop-rake
71
71
  requirement: !ruby/object:Gem::Requirement
@@ -86,14 +86,14 @@ dependencies:
86
86
  requirements:
87
87
  - - '='
88
88
  - !ruby/object:Gem::Version
89
- version: 2.14.1
89
+ version: 2.15.0
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - '='
95
95
  - !ruby/object:Gem::Version
96
- version: 2.14.1
96
+ version: 2.15.0
97
97
  description: Shared RuboCop rules for Ruby projects in GOV.UK
98
98
  email:
99
99
  - govuk-dev@digital.cabinet-office.gov.uk
@@ -133,7 +133,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
133
133
  - !ruby/object:Gem::Version
134
134
  version: '0'
135
135
  requirements: []
136
- rubygems_version: 3.3.24
136
+ rubygems_version: 3.3.26
137
137
  signing_key:
138
138
  specification_version: 4
139
139
  summary: RuboCop GOV.UK