View Source mix igniter.refactor.unless_to_if_not (igniter v0.3.76)

Rewrites occurences of unless x to if !x across the project.

Example

mix igniter.refactor.unless_to_if_not

Summary

Functions

Callback implementation for Igniter.Mix.Task.igniter/2.