pgAdmin 4 commit: Fixed cognitive complexity issues reported by SonarQu

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed cognitive complexity issues reported by SonarQu
Date: 2020-09-09 05:56:01
Message-ID: E1kFt5N-00064c-En@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed cognitive complexity issues reported by SonarQube.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=535739c0c76348f1dad3882cf6ac5e81ed5f5a81
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
.../tools/sqleditor/utils/is_begin_required.py | 175 ++++++++-------------
web/pgadmin/utils/driver/psycopg2/connection.py | 5 +-
web/setup.py | 22 +--
3 files changed, 76 insertions(+), 126 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-09-09 05:56:39 Re: [pgAdmin][SonarQube] Reduce cognitive complexity
Previous Message Aditya Toshniwal 2020-09-08 12:42:47 [pgAdmin][SonarQube] Reduce cognitive complexity