You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When elvis_file calls ktn_code:parse_tree/2 in resolve_parse_tree/3, it uses a map() (actually it's elvis' configuration) as the first argument in the call:
But, ktn_code:parse_tree/2 expects a [string()] in the first argument of parse_tree/2. What ktn_code expects is actually a list of include folders to pass in the options to aleppo:
When
elvis_file
callsktn_code:parse_tree/2
inresolve_parse_tree/3
, it uses amap()
(actually it's elvis' configuration) as the first argument in the call:But,
ktn_code:parse_tree/2
expects a[string()]
in the first argument ofparse_tree/2
. Whatktn_code
expects is actually a list of include folders to pass in the options toaleppo
:The text was updated successfully, but these errors were encountered: