Project

General

Profile

« Previous | Next » 

Revision 9d43fc71

Added by Michael Moll almost 6 years ago

Fixes #19789 - fix Layout/SpaceAroundOperators cop

View differences:

test/models/lookup_keys/variable_lookup_key_test.rb
{ sc_type: 'boolean', value: RFauxFactory.gen_boolean },
{ sc_type: 'integer', value: rand(1..10000) },
# random float in range -1000..1000
{ sc_type: 'real', value: (rand*2000)-1000 },
{ sc_type: 'real', value: (rand * 2000) - 1000 },
{ sc_type: 'array',
value: "[\"#{RFauxFactory.gen_utf8}\",\"#{RFauxFactory.gen_numeric_string}\",\"#{RFauxFactory.gen_html}\"]" },
{ sc_type: 'hash',

Also available in: Unified diff