Packages
bond
0.17.5
1.13.0
1.12.0
1.11.0
1.10.1
1.10.0
1.9.0
1.8.0
1.7.0
1.6.0
1.5.0
1.4.0
1.3.0
1.3.0-rc.1
1.2.1
1.2.0
1.1.0
1.0.0
1.0.0-rc.4
1.0.0-rc.3
1.0.0-rc.2
1.0.0-rc.1
0.18.0
0.17.5
0.17.4
0.17.3
0.17.2
0.17.1
0.17.0
0.16.2
0.16.1
0.16.0
0.15.0
0.14.0
0.13.0
0.12.0
0.11.0
0.10.0
0.9.1
0.9.0
0.8.3
0.8.2
0.8.1
0.1.0
Design by Contract (DbC) for Elixir
Current section
Files
Jump to
Current section
Files
.formatter.exs
# Used by "mix format"
[
import_deps: [:stream_data],
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: [
check: 1,
check: 2,
old: 1,
pre: 1,
pre: 2,
post: 1,
post: 2,
@: 1,
@: 2
],
# Exported to downstream projects that put `:bond` in their `:import_deps`.
# `@pre`/`@post` are part of `@` syntax (handled by `Kernel.@/1`), so users
# only need formatter rules for the bare `check` and `old` calls.
export: [
locals_without_parens: [
check: 1,
check: 2,
old: 1
]
]
]