This change is intended to clarify that the allow array in the .alexrc file should be populated with rule identifiers, and not individual words. This confusion caused me some trouble when implementing this tool recently, specifically around the word disabled which is in a rule controlled by the identifier invalid.
This change is intended to clarify that the
allow
array in the.alexrc
file should be populated with rule identifiers, and not individual words. This confusion caused me some trouble when implementing this tool recently, specifically around the worddisabled
which is in a rule controlled by the identifierinvalid
.