From ea9bd0e863ab4aacd1bf637623ea48364ab18d31 Mon Sep 17 00:00:00 2001 From: shekharrajak Date: Wed, 20 Sep 2017 22:52:35 +0530 Subject: [PATCH] rubocop error fixed --- .rubocop.yml | 9 +++++++++ lib/daru/view/adapters/highcharts/layout_helper_iruby.rb | 2 -- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 21b66a6..51a923a 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -111,3 +111,12 @@ Security/MarshalLoad: Performance/RedundantMatch: Enabled: false + +# Must be removed in future + +Lint/DuplicateMethods: + Enabled: false + +Naming/HeredocDelimiterNaming: + Enabled: false + diff --git a/lib/daru/view/adapters/highcharts/layout_helper_iruby.rb b/lib/daru/view/adapters/highcharts/layout_helper_iruby.rb index 6e169eb..c8cfbc8 100644 --- a/lib/daru/view/adapters/highcharts/layout_helper_iruby.rb +++ b/lib/daru/view/adapters/highcharts/layout_helper_iruby.rb @@ -1,5 +1,3 @@ -# coding: utf-8 - module LazyHighCharts module LayoutHelper def high_chart_iruby(placeholder, object, &block)