Dogma.Rules.QuotesInString
A rule that disallows strings containing the double quote character (").
Use s_sigil or S_sigil instead or string literals in these situation.
# Bad
"\""
# Good
~s(")
Summary
| test(script, list2 \\ []) | Callback implementation for |
Functions
Callback implementation for Dogma.Rule.test/2.