-
Notifications
You must be signed in to change notification settings - Fork 16
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
Enhancement/elm review #553
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.
nice clean up! app starting looking sweet!
|
||
"Bananas" :: _ -> | ||
Nothing | ||
|
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.
🥵 wow!!! this is 🔥
[ "ChecksLoaded", UR.remoteDataToString r ] | ||
[ "ClaimsLoaded", UR.remoteDataToString r ] |
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.
ohhhh, nice catch!
, responseData = Encode.null | ||
, data = | ||
Encode.object | ||
[ ( "name", Encode.string "openChat" ) |
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.
open chat 🤯 damn its been so long
What issue does this PR close
Closes #527
Changes Proposed ( a list of new changes introduced by this PR)
NoDebug.Log
NoDebug.TodoOrToString
NoUnused.Variables
NoUnused.Modules
NoBooleanCase
NoExposingEverything
NoUnused.CustomTypeConstructors
NoUnsued.CustomTypeConstructorArgs
NoUnused.Exports
NoMissingTypeAnnotation
Simplify
NoLeftPizza
UseCamelCase
NoModuleOnExposedNames
NoRedundantConcat
NoRedundantCons
NoInconsistentJsAddressToMsg
NoInconsistentMsgToString
How to test ( a list of instructions on how to test this PR)
You can test our project's specific rules by running
elm-test
under thereview
directory (you might need to installelm-test
:npm install --global elm-test
).Otherwise, you can see results from
yarn review
(it's also available as a check in GitHub) and just look through the changes and see if you spot anything weird. Browse around the app and see if the behaviour is still the same (shouldn't have changed a thing)