-
Notifications
You must be signed in to change notification settings - Fork 28
Enable Linting of Elm files #565
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file should probably just be deleted, or if not, it should be unmodified. I frequently need to test stuff out in Ellie, but the default code loaded is inconvenient for "Evaluate some random definition" - this was a template to quickly copy stuff in, or to let other people do so.
I probably certainly never should have added it in the first place.
|
||
passingCollectionTests : Test | ||
passingCollectionTests = | ||
Test.concat <| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is it necessary to specify Test.concat
here, but other Test.
functions are just named directly?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You had mentioned to me in Slack that you were intending to use Test.concat here... this needs to be Test.concat or be wrapped in a describe.
… of number params
…inouts explicitly
No description provided.