Skip to content

Commit

Permalink
removed Unnecessary disabling of Style/ModuleFunction
Browse files Browse the repository at this point in the history
  • Loading branch information
Shekharrajak committed Jan 7, 2019
1 parent e61bf4b commit 4a41fb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/daru/view/adapters/googlecharts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module Daru
module View
module Adapter
module GooglechartsAdapter
extend self # rubocop:disable Style/ModuleFunction
extend self

# Read : https://developers.google.com/chart/ to understand
# the google charts option concept.
Expand Down
2 changes: 1 addition & 1 deletion lib/daru/view/adapters/highcharts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module Daru
module View
module Adapter
module HighchartsAdapter
extend self # rubocop:disable Style/ModuleFunction
extend self

# Read : https://www.highcharts.com/docs/chart-concepts to understand
# the highcharts option concept.
Expand Down
2 changes: 1 addition & 1 deletion lib/daru/view/adapters/nyaplot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Daru
module View
module Adapter
module NyaplotAdapter
extend self # rubocop:disable Style/ModuleFunction
extend self
def init(data, options, _user_options={})
data_new = guess_data(data)
data_new.plot(options)
Expand Down

0 comments on commit 4a41fb5

Please sign in to comment.