Thread: pgAdmin 4 commit: Fixed following SonarQube issues:

pgAdmin 4 commit: Fixed following SonarQube issues:

From
Akshay Joshi
Date:
Fixed following SonarQube issues:
 1. Method/Field names should comply with a naming convention.
 2. Conditionals should start on new lines

Branch
------
master

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

Modified Files
--------------
web/pgadmin/misc/dependencies/static/js/dependencies.js |  3 ++-
web/pgadmin/misc/dependents/static/js/dependents.js     |  3 ++-
web/pgadmin/utils/driver/abstract.py                    |  2 +-
web/pgadmin/utils/driver/psycopg2/__init__.py           |  2 +-
web/pgadmin/utils/driver/psycopg2/server_manager.py     |  8 ++++----
web/pgadmin/utils/javascript/javascript_bundler.py      | 10 +++++-----
web/pgadmin/utils/menu.py                               | 10 +++++-----
7 files changed, 20 insertions(+), 18 deletions(-)