Example:
# Bad practice { 'foo' => 1, 'bar' => 2 }
# Good practice { foo: 1, bar: 2 }
Inspired by 'RuboCop'