Skip to content

Commit

Permalink
Bump version to 3.8.0
Browse files Browse the repository at this point in the history
Previously we merged a few PRs that each turn on one or two Cops. This
bumps the version to avoid accruing a backlog that makes it impractical
to address all the issues in the resulting Dependabot PRs.
  • Loading branch information
Ben Thorner committed May 5, 2020
1 parent aa6c56d commit 273323d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 3.8.0

* Enable check for flip-flops (#55)
* Enable Layout/FirstArrayElementIndentation (#56)
* Enable Layout/FirstHashElementIndentation (#56)
* Enable Naming/AsciiIdentifiers (#58)
* Enable Naming/FileName (#58)
* Enable Rails/ActionFilter (#59)
* Enable Rails/ScopeArgs (#59)

# 3.7.0

* Turn a load of Cops back on (#52)
Expand Down
2 changes: 1 addition & 1 deletion rubocop-govuk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "rubocop-govuk"
spec.version = "3.7.0"
spec.version = "3.8.0"
spec.authors = ["Government Digital Service"]
spec.email = ["[email protected]"]

Expand Down

0 comments on commit 273323d

Please sign in to comment.