Packages

A custom Credo check to verify that modules are pure

Current section

Files

Jump to
credo_pure_check lib example pure_module_marker.ex
Raw

lib/example/pure_module_marker.ex

defmodule Example.PureModuleMarker do
defmacro __using__(_opts) do
# No need to do anything as we just look for the `use` marker
end
end