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 E1jrHhX-0004hf-DF@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=80ab5969920b1b258c4bb52020badbc67cf805ab
Author: Yogesh Mahajan <yogesh.mahajan@enterprisedb.com>

Modified Files
--------------
.../static/js/fts_configuration.js                 |  6 ++--
.../foreign_key/static/js/foreign_key.js           | 32 +++++++++++-----------
.../databases/schemas/tables/static/js/table.js    |  4 +--
.../static/js/select2/configure_show_on_scroll.js  |  6 ++--
.../static/js/selection/xcell_selection_model.js   |  8 +++---
web/pgadmin/static/js/sqleditor/filter_dialog.js   |  6 ++--
web/pgadmin/static/js/window.js                    | 14 +++++-----
.../static/vendor/backgrid/backgrid-select-all.js  |  6 ++--
.../tools/grant_wizard/static/js/grant_wizard.js   |  2 +-
.../tools/schema_diff/static/js/schema_diff_ui.js  | 16 +++++------
.../user_management/static/js/user_management.js   | 18 ++++++------
.../javascript/selection/column_selector_spec.js   |  6 ++--
.../javascript/sqleditor/execute_query_spec.js     | 10 +++----
.../sqleditor/query_tool_actions_spec.js           |  8 +++---
14 files changed, 71 insertions(+), 71 deletions(-)


pgadmin-hackers by date:

Previous
From: Yogesh Mahajan
Date:
Subject: [pgAdmin4][Patch] - SonarQube Issues - 8 (Variables should not be shadowed)
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - SonarQube Fixes