pgAdmin 4 commit: Fixed cognitive complexity code smell reported by Son - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed cognitive complexity code smell reported by Son
Date
Msg-id E1jslHA-0003yJ-P5@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed cognitive complexity code smell reported by SonarQube.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=aee6bac5efb78b3720988536a692bca2abbefe64
Author: Nikhil Mohite <nikhil.mohite@enterprisedb.com>

Modified Files
--------------
.../databases/schemas/tables/indexes/__init__.py   | 76 ++++++++++--------
.../databases/schemas/tables/indexes/utils.py      | 92 ++++++++++++----------
2 files changed, 97 insertions(+), 71 deletions(-)


pgadmin-hackers by date:

Previous
From: Yogesh Mahajan
Date:
Subject: [pgAdmin4][Patch] - SonarQube Issues - 9 (Variables and functions should not be redeclared, Variables should not be shadowed)
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - SonarQube Issues - 9 (Variables and functions should not be redeclared, Variables should not be shadowed)