pgAdmin 4 commit: Fixed following SonarQube issues:

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed following SonarQube issues:
Date: 2020-06-26 08:11:52
Message-ID: E1jojSi-0005gX-9J@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)v(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-06-26 08:13:31 Re: [pgAdmin4][Patch] - SonarQube Issues - 5 (Rule Boolean checks should not be inverted, Comma operator should not be used)
Previous Message Nikhil Mohite 2020-06-26 07:29:22 Support schema level restrictions and edit connection properties when already connected.