QuackatronHQ / Gigarepo

Do not compute the size of statically sized objects RB-PR1010
Performance
Major
1 occurrence in this check
Do not compute the size of statically sized objects.
72
73
74# Raises "Use `size` instead of `count`"
75[1, 2, 3].count76
77file_path = 'path/to/some/file'
78unless File.exist?(file_path)