Packages

StructCop is a library that was aimed to introduce data correctness and type corecion into Elixir structs. It also simplifies building valid structs with smart constructors.

Current section

Files

Jump to
struct_cop .formatter.exs
Raw

.formatter.exs

# Used by "mix format"
[
inputs: ["{mix,.formatter}.exs", "{lib,test}/**/*.{ex,exs}"],
import_deps: [:ecto],
locals_without_parens: [
assert_raise: 1
]
]