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

Deploy history report #28133

Closed
wants to merge 438 commits into from
Closed

Conversation

AliRizvi1
Copy link
Contributor

@AliRizvi1 AliRizvi1 commented Jul 15, 2020

#27839
One feature of the above issue.

SUMMARY

Moved the Deploy History Report previously found on the 'System Info' admin page to its own standalone page. Part of a larger process of adding a commit field to the deploy history as explained in the above issue.

PRODUCT DESCRIPTION

Users will now be able to access the 'deploy history report' on its own standalone page.

Copy link
Contributor

@esoergel esoergel left a comment

Choose a reason for hiding this comment

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

Couple minor quibbles, but looks great overall!


@cached_property
def _user_lookup_url(self):
return reverse('web_deploy_lookup')
Copy link
Contributor

Choose a reason for hiding this comment

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

This method doesn't apply to this class - guessing it was copied over from the User List report.

def _format_date(self, date):
if date:
raw_time_since_deploy = dt.now() - date
delta_dict = self._strfdelta(raw_time_since_deploy)
Copy link
Contributor

Choose a reason for hiding this comment

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

It looks like this is a reimplementation of the naturaltime template filter. You can actually just call that directly as is done here:

'lastUpdated': naturaltime(last_updated),
'lastAccessed': naturaltime(last_accessed),

return relative_time_formatted

def _hyperlink_diff_url(self, diff_url):
return '<a href="{link}">Diff with previous</a>'.format(link=diff_url)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
return '<a href="{link}">Diff with previous</a>'.format(link=diff_url)
return f'<a href="{diff_url}">Diff with previous</a>'

Happily, HQ is on python 3, so you can use f-strings!

@stickler-ci
Copy link

There are 367 errors:

  • corehq/apps/dump_reload/sql/load.py, line 147 - E127 continuation line over-indented for visual indent
  • corehq/apps/hqadmin/reports.py, line 314 - E305 expected 2 blank lines after class or function definition, found 1
    E999 SyntaxError: invalid syntax
    E227 missing whitespace around bitwise or shift operator
    E225 missing whitespace around operator
  • corehq/apps/hqadmin/reports.py, line 315 - E113 unexpected indentation
  • corehq/apps/user_importer/admin.py, line 15 - E225 missing whitespace around operator
  • corehq/apps/user_importer/admin.py, line 27 - E305 expected 2 blank lines after class or function definition, found 1
  • corehq/pillows/user.py, line 48 - E501 line too long (116 > 115 characters)
  • corehq/sql_db/tests/test_routers.py, line 67 - E127 continuation line over-indented for visual indent
  • corehq/sql_db/tests/test_routers.py, line 68 - E117 over-indented
  • corehq/util/context_processors.py, line 122 - E501 line too long (138 > 115 characters)
  • custom/_legacy/pact/reports/patient_list.py, line 179 - F823 local variable 'full_query' defined in enclosing scope on line 192 referenced before assignment
  • custom/aaa/const.py, line 82 - E302 expected 2 blank lines, found 1
  • custom/icds_reports/views.py, line 476 - E501 line too long (118 > 115 characters)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 5 - Warning - Rule doesn't have all its properties in alphabetical order. (order-alphabetical)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 9 - Warning - Using height with border-bottom can sometimes make elements larger than you expect. (box-model)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 12 - Warning - Rule doesn't have all its properties in alphabetical order. (order-alphabetical)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 16 - Warning - Using width with padding can sometimes make elements larger than you expect. (box-model)
    Warning - Using height with padding can sometimes make elements larger than you expect. (box-model)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 19 - Warning - Rule doesn't have all its properties in alphabetical order. (order-alphabetical)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 24 - Warning - Rule doesn't have all its properties in alphabetical order. (order-alphabetical)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 35 - Warning - Rule doesn't have all its properties in alphabetical order. (order-alphabetical)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 44 - Warning - Rule doesn't have all its properties in alphabetical order. (order-alphabetical)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 53 - Warning - Rule doesn't have all its properties in alphabetical order. (order-alphabetical)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 59 - Warning - Rule doesn't have all its properties in alphabetical order. (order-alphabetical)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 68 - Warning - Rule doesn't have all its properties in alphabetical order. (order-alphabetical)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 77 - Warning - Rule doesn't have all its properties in alphabetical order. (order-alphabetical)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 80 - Warning - Values of 0 shouldn't have units specified. (zero-units)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 83 - Warning - Rule doesn't have all its properties in alphabetical order. (order-alphabetical)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 88 - Warning - Values of 0 shouldn't have units specified. (zero-units)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 91 - Warning - Rule doesn't have all its properties in alphabetical order. (order-alphabetical)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 95 - Warning - Values of 0 shouldn't have units specified. (zero-units)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 98 - Warning - Rule doesn't have all its properties in alphabetical order. (order-alphabetical)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 102 - Warning - Values of 0 shouldn't have units specified. (zero-units)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 105 - Warning - Rule doesn't have all its properties in alphabetical order. (order-alphabetical)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 106 - Warning - width can't be used with display: inline. (display-property-grouping)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 108 - Warning - height can't be used with display: inline. (display-property-grouping)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 113 - Warning - Rule doesn't have all its properties in alphabetical order. (order-alphabetical)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 119 - Warning - Rule doesn't have all its properties in alphabetical order. (order-alphabetical)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 123 - Warning - Using height with padding-top can sometimes make elements larger than you expect. (box-model)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 126 - Warning - Rule doesn't have all its properties in alphabetical order. (order-alphabetical)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 133 - Warning - Rule doesn't have all its properties in alphabetical order. (order-alphabetical)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 147 - Warning - Rule doesn't have all its properties in alphabetical order. (order-alphabetical)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 155 - Warning - Rule doesn't have all its properties in alphabetical order. (order-alphabetical)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 163 - Warning - Rule doesn't have all its properties in alphabetical order. (order-alphabetical)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 166 - Warning - Using height with border can sometimes make elements larger than you expect. (box-model)
    Warning - Using width with border can sometimes make elements larger than you expect. (box-model)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 169 - Warning - Standard property 'box-shadow' should come after vendor-prefixed property '-webkit-box-shadow'. (vendor-prefix)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 170 - Warning - Standard property 'box-shadow' should come after vendor-prefixed property '-moz-box-shadow'. (vendor-prefix)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 178 - Warning - Rule doesn't have all its properties in alphabetical order. (order-alphabetical)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 179 - Warning - Using width with border can sometimes make elements larger than you expect. (box-model)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 182 - Warning - Standard property 'box-shadow' should come after vendor-prefixed property '-webkit-box-shadow'. (vendor-prefix)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 183 - Warning - Standard property 'box-shadow' should come after vendor-prefixed property '-moz-box-shadow'. (vendor-prefix)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 188 - Warning - Rule doesn't have all its properties in alphabetical order. (order-alphabetical)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 201 - Warning - Rule doesn't have all its properties in alphabetical order. (order-alphabetical)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 211 - Warning - Rule doesn't have all its properties in alphabetical order. (order-alphabetical)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 222 - Warning - Rule doesn't have all its properties in alphabetical order. (order-alphabetical)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 228 - Warning - Using width with padding can sometimes make elements larger than you expect. (box-model)
    Warning - Using height with padding can sometimes make elements larger than you expect. (box-model)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 231 - Warning - Rule doesn't have all its properties in alphabetical order. (order-alphabetical)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 232 - Warning - Expected (flex-start | flex-end | center | baseline | stretch) but found 'left'. (known-properties)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 244 - Warning - Rule doesn't have all its properties in alphabetical order. (order-alphabetical)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 267 - Warning - Rule doesn't have all its properties in alphabetical order. (order-alphabetical)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 273 - Warning - Using height with padding can sometimes make elements larger than you expect. (box-model)
    Warning - Using width with padding can sometimes make elements larger than you expect. (box-model)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 276 - Warning - Rule doesn't have all its properties in alphabetical order. (order-alphabetical)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 285 - Warning - Using height with padding-top can sometimes make elements larger than you expect. (box-model)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 286 - Warning - Values of 0 shouldn't have units specified. (zero-units)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 290 - Warning - Rule doesn't have all its properties in alphabetical order. (order-alphabetical)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 295 - Warning - Rule doesn't have all its properties in alphabetical order. (order-alphabetical)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 301 - Warning - Using height with padding-bottom can sometimes make elements larger than you expect. (box-model)
  • corehq/apps/integration/static/integration/css/dialerstyle.css, line 302 - Warning - Using width with padding-left can sometimes make elements larger than you expect. (box-model)
  • corehq/apps/app_manager/static/app_manager/js/vellum/src/main.js, line 21 - Missing trailing comma. (comma-dangle)
  • corehq/apps/app_manager/xpath_validator/nodejs/xpathConfig.js, line 2 - Unexpected 'var' declaration in the global scope, wrap in an IIFE for a local variable, assign as global property for a global variable. (no-implicit-globals)
    'require' is not defined. (no-undef)
  • corehq/apps/app_manager/xpath_validator/nodejs/xpathConfig.js, line 3 - Unexpected 'var' declaration in the global scope, wrap in an IIFE for a local variable, assign as global property for a global variable. (no-implicit-globals)
    'require' is not defined. (no-undef)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 1 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 2 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 3 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 4 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 5 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 6 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 7 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 8 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 9 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 10 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 11 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 12 - Operator '=' must be spaced. (space-infix-ops)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 13 - Operator '=' must be spaced. (space-infix-ops)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 14 - Operator '=' must be spaced. (space-infix-ops)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 15 - Operator '=' must be spaced. (space-infix-ops)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 16 - Operator '=' must be spaced. (space-infix-ops)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 17 - Operator '=' must be spaced. (space-infix-ops)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 18 - Operator '=' must be spaced. (space-infix-ops)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 19 - Operator '=' must be spaced. (space-infix-ops)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 20 - Operator '=' must be spaced. (space-infix-ops)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 21 - Operator '=' must be spaced. (space-infix-ops)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 22 - Operator '=' must be spaced. (space-infix-ops)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 23 - Operator '=' must be spaced. (space-infix-ops)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 24 - Operator '=' must be spaced. (space-infix-ops)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 25 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 26 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 27 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 28 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 29 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 30 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 31 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 32 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 33 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 34 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 35 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 36 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 37 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 38 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 39 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 40 - Expected space(s) after "return". (keyword-spacing)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 41 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 42 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 43 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 44 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 45 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 46 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 47 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 48 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 49 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 50 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 51 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 52 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 53 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 54 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 55 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 56 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 57 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 58 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 59 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 60 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 61 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 62 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 63 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 64 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 65 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 66 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 67 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 68 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 69 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 70 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 71 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 72 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 73 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 74 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 75 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 76 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 77 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 78 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 79 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 80 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 81 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 82 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 83 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 84 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 85 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 86 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 87 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 88 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 89 - Identifier 'request_no' is not in camel case. (camelcase)
    'request_no' is assigned a value but never used. (no-unused-vars)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 90 - The object literal notation {} is preferrable. (no-new-object)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 91 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 92 - Identifier 'all_regions' is not in camel case. (camelcase)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 93 - Expected indentation of 8 spaces but found 6. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 94 - Expected indentation of 12 spaces but found 8. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 95 - Expected indentation of 16 spaces but found 10. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 96 - Expected indentation of 20 spaces but found 12. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 97 - Expected indentation of 20 spaces but found 12. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
    Missing trailing comma. (comma-dangle)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 98 - Expected indentation of 16 spaces but found 10. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 99 - Expected indentation of 16 spaces but found 10. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 100 - Expected indentation of 20 spaces but found 12. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 101 - Expected indentation of 20 spaces but found 12. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
    Missing trailing comma. (comma-dangle)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 102 - Expected indentation of 16 spaces but found 10. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
    Missing trailing comma. (comma-dangle)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 103 - Expected indentation of 12 spaces but found 8. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
    Missing trailing comma. (comma-dangle)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 104 - Expected indentation of 8 spaces but found 6. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 105 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 106 - Expected indentation of 12 spaces but found 8. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 107 - Expected indentation of 16 spaces but found 10. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 108 - Expected indentation of 20 spaces but found 12. (indent)
    Missing space before value for key 'startIp'. (key-spacing)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 109 - Expected indentation of 20 spaces but found 12. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
    Missing trailing comma. (comma-dangle)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 110 - Expected indentation of 16 spaces but found 10. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 111 - Expected indentation of 16 spaces but found 10. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 112 - Expected indentation of 20 spaces but found 12. (indent)
    Missing space before value for key 'startIp'. (key-spacing)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 113 - Expected indentation of 20 spaces but found 12. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
    Missing trailing comma. (comma-dangle)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 114 - Expected indentation of 16 spaces but found 10. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
    Missing trailing comma. (comma-dangle)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 115 - Expected indentation of 12 spaces but found 8. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
    Missing trailing comma. (comma-dangle)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 116 - Expected indentation of 8 spaces but found 6. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
    Missing trailing comma. (comma-dangle)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 117 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
    Missing semicolon. (semi)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 118 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 119 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 120 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 121 - Identifier 'request_no' is not in camel case. (camelcase)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 122 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 123 - 'Promise' is not defined. (no-undef)
    'reject' is defined but never used. (no-unused-vars)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 124 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 125 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 126 - Expected indentation of 16 spaces but found 12. (indent)
    Expected { after 'if' condition. (curly)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 127 - Expected indentation of 16 spaces but found 12. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 128 - Expected indentation of 16 spaces but found 12. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 129 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 130 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 131 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 132 - Expected indentation of 16 spaces but found 12. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 133 - Expected indentation of 16 spaces but found 12. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 134 - Expected indentation of 16 spaces but found 12. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 135 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 136 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 137 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 138 - Expected indentation of 20 spaces but found 16. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 139 - Expected indentation of 20 spaces but found 16. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 140 - Expected indentation of 16 spaces but found 12. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 141 - Expected indentation of 16 spaces but found 12. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 142 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 143 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 144 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 145 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 146 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 147 - Global variable leak, declare the variable if it is intended to be local. (no-implicit-globals)
    'testIp' is not defined. (no-undef)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 148 - 'testIp' is not defined. (no-undef)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 149 - Do not access Object.prototype method 'hasOwnProperty' from target object. (no-prototype-builtins)
    There should be no space before this paren. (space-in-parens)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 150 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 151 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 152 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 153 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 154 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 155 - Expected { after 'if' condition. (curly)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 156 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 157 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 158 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 159 - Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 160 - Expected space(s) after "catch". (keyword-spacing)
    Empty block statement. (no-empty)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 161 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 162 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 163 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 164 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 165 - Missing space before opening brace. (space-before-blocks)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 166 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 167 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 168 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 169 - Identifier 'rfc1918_1_re' is not in camel case. (camelcase)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 170 - Identifier 'rfc1918_2_re' is not in camel case. (camelcase)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 171 - Identifier 'rfc1918_3_re' is not in camel case. (camelcase)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 172 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 173 - There should be no space after this paren. (space-in-parens)
    There should be no space before this paren. (space-in-parens)
    Missing space before opening brace. (space-before-blocks)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 174 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 175 - There should be no space after this paren. (space-in-parens)
    There should be no space before this paren. (space-in-parens)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 176 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 177 - There should be no space after this paren. (space-in-parens)
    There should be no space before this paren. (space-in-parens)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 178 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 179 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 180 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 181 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 182 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 183 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 184 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 185 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 186 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 187 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 188 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 189 - Expected space(s) after "switch". (keyword-spacing)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 190 - Expected indentation of 12 spaces but found 10. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 191 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 192 - Expected indentation of 16 spaces but found 12. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 193 - Expected indentation of 12 spaces but found 10. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 194 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 195 - Expected indentation of 16 spaces but found 12. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 196 - Expected indentation of 12 spaces but found 10. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 197 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 198 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 199 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 200 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 201 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 202 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 203 - Opening curly brace does not appear on the same line as controlling statement. (brace-style)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 204 - Operator '=' must be spaced. (space-infix-ops)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 205 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 206 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 207 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 208 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 209 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 210 - Identifier 'test_turn' is not in camel case. (camelcase)
    Identifier 'turn_url' is not in camel case. (camelcase)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 211 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 212 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 213 - Expected indentation of 12 spaces but found 8. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 214 - Expected indentation of 12 spaces but found 8. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 215 - Expected indentation of 12 spaces but found 8. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
    Missing trailing comma. (comma-dangle)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 216 - Expected indentation of 8 spaces but found 6. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 217 - Expected indentation of 12 spaces but found 8. (indent)
    'active' is assigned a value but never used. (no-unused-vars)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 218 - Expected indentation of 8 spaces but found 6. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 219 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 220 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 221 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 222 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 223 - Identifier 'iterate_through_array' is not in camel case. (camelcase)
    Missing space before opening brace. (space-before-blocks)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 224 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 225 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 226 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 227 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 228 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 229 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 230 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 231 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 232 - 'endOctet' is assigned a value but never used. (no-unused-vars)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 233 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 234 - There should be no space after this paren. (space-in-parens)
    Missing space before opening brace. (space-before-blocks)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 235 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 236 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 237 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 238 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 239 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 240 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 241 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 242 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 243 - Identifier 'all_regions' is not in camel case. (camelcase)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 244 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 245 - Do not access Object.prototype method 'hasOwnProperty' from target object. (no-prototype-builtins)
    There should be no space before this paren. (space-in-parens)
    Missing space before opening brace. (space-before-blocks)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 246 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 247 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 248 - Expected space(s) after "switch". (keyword-spacing)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 249 - Expected indentation of 20 spaces but found 16. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 250 - Expected indentation of 24 spaces but found 20. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 251 - Expected indentation of 24 spaces but found 20. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 252 - Expected indentation of 20 spaces but found 16. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 253 - Expected indentation of 24 spaces but found 20. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 254 - Expected indentation of 24 spaces but found 20. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 255 - Expected indentation of 20 spaces but found 16. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 256 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 257 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 258 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 259 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 260 - Operator '=' must be spaced. (space-infix-ops)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 261 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 262 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 263 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 264 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 265 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 266 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 267 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 268 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 269 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 270 - Expected { after 'for-in'. (curly)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 271 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 272 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 273 - Identifier 'all_regions' is not in camel case. (camelcase)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 274 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 275 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 276 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 277 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 278 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 279 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 280 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 281 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 282 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 283 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 284 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 285 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 286 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 287 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 288 - Expected indentation of 8 spaces but found 6. (indent)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 289 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 290 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 291 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 292 - Extra space after key 'testUDP'. (key-spacing)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 293 - Extra space after key 'addToSystemLog'. (key-spacing)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 294 - Extra space after key 'staticAsset'. (key-spacing)
    Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 295 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/dialer_utils.js, line 296 - Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
  • corehq/apps/integration/static/integration/js/dialer/domain_dialer_main.js, line 18 - Parsing error: The keyword 'const' is reserved
  • custom/icds_reports/static/js/icds_app.js, line 5 - Unexpected function declaration in the global scope, wrap in an IIFE for a local variable, assign as global property for a global variable. (no-implicit-globals)

@AliRizvi1 AliRizvi1 closed this Jul 23, 2020
@AliRizvi1
Copy link
Contributor Author

Messed up a git rebase. Will create a new PR of the same feature/branch.

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.

None yet