pgAdmin 4 commit: Fixed the SoanrQube code smell 'Variables should not - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed the SoanrQube code smell 'Variables should not
Date
Msg-id E1jslHA-0003yL-Pu@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed the SoanrQube code smell 'Variables should not be shadowed'.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ab2dc6009735663afe3bfd0bd1748439dffd6958
Author: Satish V <satish.v@enterprisedb.com>

Modified Files
--------------
.../tools/import_export/static/js/import_export.js |  4 +-
.../tools/maintenance/static/js/maintenance.js     | 66 +++++++++++-----------
2 files changed, 35 insertions(+), 35 deletions(-)


pgadmin-hackers by date:

Previous
From: Yogesh Mahajan
Date:
Subject: [pgAdmin4][Patch] - SonarQube Issues - 9 (Variables and functions should not be redeclared, Variables should not be shadowed)
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - SonarQube Issues - 9 (Variables and functions should not be redeclared, Variables should not be shadowed)