Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #10 from miscreant/rubocop/v0.78
Browse files Browse the repository at this point in the history
Upgrade to rubocop v0.78
  • Loading branch information
tarcieri authored Dec 19, 2019
2 parents 9b0456a + 55dbb78 commit 07aaa5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Metrics/MethodLength:
# Naming
#

Naming/UncommunicativeMethodParamName:
Naming/MethodParameterName:
Enabled: false

#
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ end
group :development, :test do
gem "rake", require: false
gem "rspec", "~> 3.5", require: false
gem "rubocop", "0.76.0", require: false
gem "rubocop", "0.78.0", require: false
gem "tjson", "~> 0.5", require: false
end

0 comments on commit 07aaa5a

Please sign in to comment.