2019-09-23 18:20:19 +00:00
|
|
|
locals_without_parens = [
|
2020-06-16 10:07:30 +00:00
|
|
|
defvocab: 2,
|
2020-06-29 08:37:42 +00:00
|
|
|
def_facet_constraint: 2,
|
|
|
|
def_applicable_facet: 1,
|
2020-06-16 10:07:30 +00:00
|
|
|
bgp: 1
|
2019-09-23 18:20:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[
|
|
|
|
inputs: ["{mix,.formatter}.exs", "{bench,config,lib,test}/**/*.{ex,exs}"],
|
|
|
|
locals_without_parens: locals_without_parens,
|
|
|
|
export: [
|
|
|
|
locals_without_parens: locals_without_parens
|
|
|
|
]
|
|
|
|
]
|