clojure-emacs/squiggly-clojure

eastwood config file path in readme is wrong

expez opened this issue · 2 comments

The keyword to specify own config files is :config-files. The :builtin-config-files key is used to override the vector of config files already included in eastwood. See the eastwood readme for further details.

pnf commented

Fixed. Though the point here is that absolutely anything you put in :eastwood-options will be merged in and passed to eastwood/lint, without notice or comment by squiggly-colure.

On Feb 18, 2016, at 5:21 AM, Lars Andersen notifications@github.com wrote:

The keyword to specify own config files is :config-files. The :builtin-config-files key is used to override the vector of config files already included in eastwood. See the eastwood readme for further details.


Reply to this email directly or view it on GitHub #36.

Still a minor typo in there :config:files

Though the point here is that absolutely anything you put in :eastwood-options will be merged in and passed to eastwood/lint, without notice or comment by squiggly-colure.

Yeah, I got that after reading the code to figure out why my settings were being ignored.