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(")
Source

Summary

test(script, list2 \\ [])

Callback implementation for Dogma.Rule.test/2

Functions

test(script, list2 \\ [])

Callback implementation for Dogma.Rule.test/2.

Source