Dogma v0.1.16 Dogma.Rule.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
Functions
Callback implementation for c:Dogma.Rule.test/2