-
-
Notifications
You must be signed in to change notification settings - Fork 219
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
Linted most of the linty bits of app manager #35653
Conversation
|
||
// Callback for when comment update is successful | ||
// Arguments: name, comment | ||
var _updateCallbackFn = function () {}; |
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.
is the linter complaining about the unused name and comment here?
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.
yes
Seems pretty save but maybe merge after deploy so it can sit on staging for longer than a few hours |
@MartinRiese sounds reasonable, I'll wait to merge |
Resolved conflict, ready to merge now. |
Technical Summary
Prep for migrating app manager to webpack.
All that's left is
app_manager/js/forms/case_config_ui
,app_manager/js/settings/commcare_settings
, and all theuse strict
warnings. I don't have the wherewithal to do those right now.Safety Assurance
Safety story
Code review is a sufficient safety check. The one
==
to===
is the only not-quite-mechanical change, and I'm pretty confident that$jqueryThing.val()
always return a string, number, or array (docs).Automated test coverage
Not really.
QA Plan
No.
Rollback instructions
Labels & Review