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 E1jvLNj-0000YU-HC@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=bd9dc97b4f1373687be9f2eeb105fb4451447680
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
web/pgadmin/utils/csv.py         | 18 +++++++-------
web/pgadmin/utils/menu.py        | 23 +++++++++---------
web/pgadmin/utils/preferences.py | 52 ++++++++++++++++++++++++----------------
3 files changed, 52 insertions(+), 41 deletions(-)


pgadmin-hackers by date:

Previous
From: Khushboo Vashi
Date:
Subject: Re: [pgAdmin4][Patch] - SonarQube Fixes
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM5569] [SQL] Bad display of tables storage parameters in the "SQL" tab (correction of bug #5398 not complete)