-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
Option to ignore regex pattern warning #242
Comments
Perhaps we could add an optional config flag for allowed extensions and then pass it to |
I can give it a try. |
@yogthos Can you add a development guide in the readme or a CONTRIBUTE.md? |
What would you like to see there. There's not much to it, you just check out and run with either deps or lein, and just do a PR once the tests are passing. |
Good question. You mention tests, which is something I would expect, but not sure what test suite you are using, as an example. How could I dev / test from within my project? Lein checkouts? I know just enough to look for things, but a quick guide would make that easier. Do you have a slack channel somewhere? This ticket might be redundant with a larger plan I am thinking of. I have permission to work on this on company time so this would all be something I would work on once we talk it out. |
Oh yeah, I'm on Clojurians slack https://clojurians.net with the same id, just ping me on there and we can chat through it. If you want to test a new version locally as a library, the easiest would be to bump up the version in |
In our set up, I generate a .clj file to match the generated edn file, and they stay in the same migration directory.
We don't need to see a warning for every .clj file that won't match the regex.
The text was updated successfully, but these errors were encountered: