Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meander #4

Open
ghost opened this issue Oct 31, 2022 · 0 comments
Open

Meander #4

ghost opened this issue Oct 31, 2022 · 0 comments

Comments

@ghost
Copy link

ghost commented Oct 31, 2022

I forked the repo with the intent of opening a PR to contribute a config for Meander, but when I looked at the structure of each subtree under configs I found it a little daunting. And I looked for docs on how to create a new config but didn’t find any.

So, just in case it helps, here’s what I’m currently using for Meander:

{:lint-as {meander.epsilon/defsyntax clojure.core/defn}
 :linters {:unresolved-symbol {:exclude [(meander.epsilon/find)
                                         (meander.epsilon/match)
                                         (meander.epsilon/rewrite)
                                         (meander.epsilon/search)]}}}

(which may be incomplete; this just happens to be what I hacked together from various Clojurians messages, and it’s working for my project)

…and if this project does at some point gain a script or some kind of template for creating a new lib config, I’d be happy to try again…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants