pgAdmin 4 commit: Fixed code smell 'potential hiding of variables decla - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed code smell 'potential hiding of variables decla
Date
Msg-id E1jw4nh-0003qw-C9@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed code smell 'potential hiding of variables declared in an outer scope'.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9d0f3ce90b0fa1437d12a39fc6c2c0ec78c39f7c
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
web/pgadmin/misc/file_manager/static/js/utility.js |  4 +--
web/pgadmin/misc/static/explain/js/explain.js      | 12 ++++----
web/pgadmin/static/js/slickgrid/editors.js         |  4 +--
web/pgadmin/static/vendor/backform/backform.js     |  4 +--
web/pgadmin/static/vendor/require/require.js       | 34 +++++++++++-----------
web/pgadmin/tools/debugger/static/js/debugger.js   | 32 ++++++++++----------
.../tools/schema_diff/static/js/schema_diff_ui.js  | 28 +++++++++---------
.../static/js/search_objects_dialog_wrapper.js     |  4 +--
web/webpack.config.js                              |  8 ++---
9 files changed, 65 insertions(+), 65 deletions(-)


pgadmin-hackers by date:

Previous
From: Nikhil Mohite
Date:
Subject: Patch for SonarQube code scan fixes
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][SonarQube] Shadowing variables