Project

General

Profile

« Previous | Next » 

Revision 9d43fc71

Added by Michael Moll almost 6 years ago

Fixes #19789 - fix Layout/SpaceAroundOperators cop

View differences:

app/models/fact_value.rb
has_one :parent_fact_name, :through => :fact_name, :source => :parent
scoped_search :on => :value, :in_key=> :fact_name, :on_key=> :name, :rename => :facts, :complete_value => true, :only_explicit => true, :ext_method => :search_cast_facts
scoped_search :on => :value, :in_key => :fact_name, :on_key => :name, :rename => :facts, :complete_value => true, :only_explicit => true, :ext_method => :search_cast_facts
scoped_search :on => :value, :default_order => true, :ext_method => :search_value_cast_facts
scoped_search :on => :updated_at, :rename => :reported_at, :only_explicit => true, :complete_value => true
scoped_search :on => :host_id, :only_explicit => true, :complete_value => false
......
else
k
end
output << {:label => label, :data =>v } unless v == 0
output << {:label => label, :data => v } unless v == 0
end
output
end

Also available in: Unified diff