pgAdmin 4 commit: Fixed Cognitive Complexity code smell reproted by Son - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed Cognitive Complexity code smell reproted by Son
Date
Msg-id E1jrF2X-000317-O6@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed Cognitive Complexity code smell reproted by SonarQube.

Branch
------
master

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

Modified Files
--------------
.../schemas/fts_configurations/__init__.py         | 50 ++++++++------
.../databases/schemas/fts_dictionaries/__init__.py | 65 ++++++++++--------
.../databases/schemas/fts_parsers/__init__.py      | 56 ++++++++-------
.../databases/schemas/fts_templates/__init__.py    | 80 +++++++++++++---------
.../databases/schemas/functions/__init__.py        |  8 ++-
web/pgadmin/browser/static/js/node.js              |  4 +-
6 files changed, 151 insertions(+), 112 deletions(-)


pgadmin-hackers by date:

Previous
From: Nikhil Mohite
Date:
Subject: Re: [pgAdmin][RM4235]: Tab indent on a selection of lines is deleting content
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM5287] Dark theme and other CSS related fixes