mix igniter.refactor.unless_to_if_not (igniter v0.8.3)

Copy Markdown View Source

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

Example

mix igniter.refactor.unless_to_if_not

Summary

Functions

igniter(igniter)

@spec igniter(Igniter.t()) :: no_return()

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