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

Establish elm review 446 #458

Merged
merged 6 commits into from
Oct 19, 2020

Conversation

frankschmitt
Copy link
Contributor

First try at #446. I'm not 100% happy with the config for the subdirs - e.g. example-package-no-tests has just a single source file, and I had to exclude this file from the single rule I've enabled so far, so elm-review for this is essentially a no-op.
Feedback / suggestions welcome :-)

@harrysarson
Copy link
Collaborator

Really nice thank you! I think we probably do not want to elm-review on our examples (we should keep them as simple as possible to emphasise the testing bits) which would also sidestep the subdir issue.

@frankschmitt
Copy link
Contributor Author

I think we probably do not want to elm-review on our examples (we should keep them as simple as possible to emphasise the testing bits) which would also sidestep the subdir issue.

Sounds good. I've removed the elm-review stuff for the examples.

@@ -58,6 +59,7 @@
"devDependencies": {
"elm": "0.19.1-3",
"elm-format": "0.8.3",
"elm-review": "^2.3.3",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we pin this dep:

Suggested change
"elm-review": "^2.3.3",
"elm-review": "2.3.3",

@harrysarson harrysarson merged commit 0aee09c into rtfeldman:master Oct 19, 2020
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

Successfully merging this pull request may close these issues.

2 participants