Skip to content

Commit

Permalink
Add rubocop-rake
Browse files Browse the repository at this point in the history
  • Loading branch information
brodyhoskins committed Dec 2, 2022
1 parent aae4de8 commit ecfd682
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,18 @@ GEM
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.24.0)
parser (>= 3.1.1.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
ruby-progressbar (1.11.0)
unicode-display_width (2.3.0)

PLATFORMS
ruby

DEPENDENCIES
bundler (>= 2.2.0)
rake
rubocop
rake (~> 13.0.0)
rubocop (~> 1.39.0)
rubocop-rake (~> 0.6.0)
zip-codes!

BUNDLED WITH
Expand Down
4 changes: 1 addition & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@ task :convert do
}
end

File.open('lib/data/US.yml', 'w') do |file|
file.write codes.to_yaml
end
File.write('lib/data/US.yml', codes.to_yaml)
end

0 comments on commit ecfd682

Please sign in to comment.