When a rule is defined to be fixable, fixable
key should be specified which can have code
or whitespace
values:
fixable
(string) is either "code" or "whitespace" if the--fix
option on the command line automatically fixes problems reported by the rule
What are the differences between these values and what whitespace
is for specifically?