Skip to content

Commit

Permalink
Release 4.10.0
Browse files Browse the repository at this point in the history
This is a routine release that updates the rubocop, rubocop-ast,
rubocop-rails and rubocop-rspec gems.

I've run it against 4 repos:

- [Whitehall](https://github.com/alphagov/rubocop-govuk/actions/runs/4052781807#summary-10999292280) - 64 Style/HashSyntax violations, 1 Style/RedundantRegexpEscape violation - all autocorrectable
- [Content Publisher](https://github.com/alphagov/rubocop-govuk/actions/runs/4052785750#summary-10999301282) - 11 Style/HashSyntax violations, 1 Style/RedundantRegexpEscape - all autocorrectable
- [Search API](https://github.com/alphagov/rubocop-govuk/actions/runs/4052787264#summary-10999304824) - no violations
- [GDS API Adapters](https://github.com/alphagov/rubocop-govuk/actions/runs/4052788116#summary-10999307188) - no violations
  • Loading branch information
kevindew committed Jan 31, 2023
1 parent 1a8fb14 commit 2c9a2ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 4.10.0

- Update rubocop to 1.44.1
- Update rubocop-ast to 1.24.1
- Update rubocop-rails to 2.17.4
- Update rubocop-rspec to 2.18.1

# 4.9.0

- Update rubocop to 1.39.0
Expand Down
2 changes: 1 addition & 1 deletion rubocop-govuk.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "rubocop-govuk"
spec.version = "4.9.0"
spec.version = "4.10.0"
spec.authors = ["Government Digital Service"]
spec.email = ["govuk-dev@digital.cabinet-office.gov.uk"]

Expand Down

0 comments on commit 2c9a2ef

Please sign in to comment.