Skip to content

Commit

Permalink
rubocop error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Shekharrajak committed Sep 20, 2017
1 parent 8407bb0 commit ea9bd0e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,12 @@ Security/MarshalLoad:

Performance/RedundantMatch:
Enabled: false

# Must be removed in future

Lint/DuplicateMethods:
Enabled: false

Naming/HeredocDelimiterNaming:
Enabled: false

2 changes: 0 additions & 2 deletions lib/daru/view/adapters/highcharts/layout_helper_iruby.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# coding: utf-8

module LazyHighCharts
module LayoutHelper
def high_chart_iruby(placeholder, object, &block)
Expand Down

0 comments on commit ea9bd0e

Please sign in to comment.