Skip to content

Commit

Permalink
Update rubocop to v0.66
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Aug 17, 2019
1 parent 68577e1 commit 1d5b26d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .rubocop/todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@ Style/MutableConstant:
Lint/HandleExceptions:
Exclude:
- 'stdlib/ostruct.rb'

Lint/ToJSON:
Exclude:
- 'lib/opal/source_map/map.rb'
- 'stdlib/json.rb'
2 changes: 1 addition & 1 deletion opal.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'selenium-webdriver'
spec.add_development_dependency 'benchmark-ips'
spec.add_development_dependency 'sinatra'
spec.add_development_dependency 'rubocop', '~> 0.65.0'
spec.add_development_dependency 'rubocop', '~> 0.66.0'
end

0 comments on commit 1d5b26d

Please sign in to comment.