pgAdmin 4 commit: Fixed code smell 'Functions, methods, and lambdas sho - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed code smell 'Functions, methods, and lambdas sho
Date
Msg-id E1jsoOi-0004r5-Bo@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed code smell 'Functions, methods, and lambdas should not have too many parameters' reported by SonarQube.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b4c25bdc0a3d27540a1a9716384fc979d996f432

Modified Files
--------------
.../servers/databases/schemas/tables/__init__.py   | 14 +++---
.../schemas/tables/compound_triggers/__init__.py   |  4 +-
.../schemas/tables/compound_triggers/utils.py      | 17 +++----
.../databases/schemas/tables/indexes/__init__.py   | 33 ++++++++++----
.../databases/schemas/tables/indexes/utils.py      | 45 +++++++++---------
.../schemas/tables/partitions/__init__.py          |  4 +-
.../databases/schemas/tables/schema_diff_utils.py  | 37 ++++++++-------
.../databases/schemas/tables/triggers/__init__.py  | 29 ++++++------
.../databases/schemas/tables/triggers/utils.py     | 47 +++++++++----------
.../servers/databases/schemas/tables/utils.py      | 53 ++++++++++++----------
web/pgadmin/tools/schema_diff/compare.py           | 16 ++++---
web/pgadmin/tools/schema_diff/directory_compare.py | 33 +++++++-------
12 files changed, 184 insertions(+), 148 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM5622]: Permissive or restricted policy on table from PG 10 and above
Next
From: Rahul Shirsat
Date:
Subject: [pgAdmin4][Patch] - SonarQube Fixes