22 lines
363 B
Elixir
22 lines
363 B
Elixir
[
|
|
locals_without_parens: [
|
|
field: :*,
|
|
resolve: :*,
|
|
plug: :*,
|
|
arg: :*,
|
|
add: :*,
|
|
parse: :*,
|
|
serialize: :*,
|
|
value: :*,
|
|
has_one: :*,
|
|
has_many: :*,
|
|
from: :*,
|
|
get: :*,
|
|
post: :*,
|
|
put: :*,
|
|
belongs_to: :*
|
|
],
|
|
inputs: ["lib/**/*.{ex,exs}", "test/**/*.{ex,exs}", "config/**/*.{ex,exs}"],
|
|
line_length: 120
|
|
]
|