pgAdmin 4 commit: Fixed following SonarQube issues: - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed following SonarQube issues:
Date
Msg-id E1jojSi-0005gX-9J@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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(-)


pgadmin-hackers by date:

Previous
From: Nikhil Mohite
Date:
Subject: Support schema level restrictions and edit connection properties whenalready connected.
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - SonarQube Issues - 5 (Rule Boolean checksshould not be inverted, Comma operator should not be used)