Dogma v0.1.16 Dogma.Rule.InterpolationOnlyString

A rule that disallows strings which are entirely the result of an interpolation.

Good:

output = inspect(self)

Bad:

output = "#{inspect self}"

Summary

Functions

Callback implementation for c:Dogma.Rule.test/2

Functions

test(rule, script)

Callback implementation for c:Dogma.Rule.test/2.