clojure-emacs / squiggly-clojure

Flycheck checker for Clojure, using eastwood and core.typed.
GNU General Public License v3.0
204 stars 25 forks source link

eastwood config file path in readme is wrong #36

Closed expez closed 8 years ago

expez commented 8 years ago

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 8 years ago

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 https://github.com/clojure-emacs/squiggly-clojure/issues/36.

expez commented 8 years ago

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.