pgAdmin 4 commit: Fixed cognitive complexity issues reported by SonarQu - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed cognitive complexity issues reported by SonarQu
Date
Msg-id E1k3DtD-000863-Nx@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed cognitive complexity issues reported by SonarQube.

Branch
------
master

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

Modified Files
--------------
.../servers/databases/schemas/domains/__init__.py  | 104 ++++++++------
.../schemas/domains/domain_constraints/__init__.py |  52 ++++---
.../databases/schemas/tables/columns/__init__.py   | 153 ++++++++++++---------
.../databases/schemas/tables/columns/utils.py      |  77 +++++++----
.../constraints/exclusion_constraint/utils.py      |  76 ++++++----
.../servers/databases/schemas/types/__init__.py    |  43 +++---
6 files changed, 310 insertions(+), 195 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4 ] Limit the scope of CSS
Next
From: Akshay Joshi
Date:
Subject: Re: Patch for SonarQube code scan fixes.